From a76dd9ee7fc30bd67ac21acf24e3f6adf40c59c3 Mon Sep 17 00:00:00 2001 From: sof Date: Thu, 31 May 2001 17:13:30 +0000 Subject: [PATCH] [project @ 2001-05-31 17:13:30 by sof] perl config: Remove bogus test I introduced --- configure.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure.in b/configure.in index b880f5d..be31d69 100644 --- a/configure.in +++ b/configure.in @@ -493,14 +493,12 @@ AC_SYS_INTERPRETER() dnl ** look for `perl', but only in /bin on Windows case $HostOS_CPP in cygwin32|mingw32) - if test x"$MinimalUnixDeps" = "xNO"; then AC_CHECK_PROG(PerlCmd,perl,/bin/perl,,/bin) if test -z "$PerlCmd"; then echo "You must install the version of Perl shipped with GHC" echo "(or a compatible one) in /bin." exit 1 fi - fi ;; *) AC_PATH_PROG(PerlCmd,perl) -- 1.7.10.4