From 75932961bc13ae5c32a3b01f870b68a3ee0339b5 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Fri, 15 Feb 2013 12:16:19 +0000 Subject: Building for Windows does not require 'ln -s' git-svn-id: svn://tug.org/texlive/trunk@29119 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Build/source/configure.ac') 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 -- cgit v1.2.3