summaryrefslogtreecommitdiff
path: root/Build/source/configure.ac
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2013-02-15 12:16:19 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2013-02-15 12:16:19 +0000
commit75932961bc13ae5c32a3b01f870b68a3ee0339b5 (patch)
tree2f3e76aec436f338dc602414e045e3223cb46db8 /Build/source/configure.ac
parente38aa1c20001cca438c00dac4f5c0886d142f215 (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.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