summaryrefslogtreecommitdiff
path: root/Build/source/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/configure.ac')
-rw-r--r--Build/source/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/configure.ac b/Build/source/configure.ac
index 52ae4108c81..c9e3833bf41 100644
--- a/Build/source/configure.ac
+++ b/Build/source/configure.ac
@@ -69,7 +69,7 @@ AC_PROG_LN_S
AC_ARG_WITH([ln-s],
AS_HELP_STRING([--without-ln-s],
[do build even if `ln -s' does not work]))[]dnl
-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
AC_MSG_ERROR([You could use `--without-ln-s' to build without working `ln -s'])
fi