diff options
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 |