diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-02-15 12:16:19 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-02-15 12:16:19 +0000 |
commit | 75932961bc13ae5c32a3b01f870b68a3ee0339b5 (patch) | |
tree | 2f3e76aec436f338dc602414e045e3223cb46db8 /Build/source/configure | |
parent | e38aa1c20001cca438c00dac4f5c0886d142f215 (diff) |
Building for Windows does not require 'ln -s'
git-svn-id: svn://tug.org/texlive/trunk@29119 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/configure')
-rwxr-xr-x | Build/source/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/configure b/Build/source/configure index 17ee656303b..fb3d24113b8 100755 --- a/Build/source/configure +++ b/Build/source/configure @@ -20038,7 +20038,7 @@ fi if test "${with_ln_s+set}" = set; then : withval=$with_ln_s; fi -if test "x$LN_S" != "xln -s" && test "x$with_ln_s" != xno; then +if test "x$LN_S" != "xln -s" && test "x$kpse_cv_have_win32" = xno && test "x$with_ln_s" != xno; then as_fn_error $? "You could use \`--without-ln-s' to build without working \`ln -s'" "$LINENO" 5 fi |