From: sof Date: Thu, 31 May 2001 17:13:30 +0000 (+0000) Subject: [project @ 2001-05-31 17:13:30 by sof] X-Git-Tag: Approximately_9120_patches~1825 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a76dd9ee7fc30bd67ac21acf24e3f6adf40c59c3;p=ghc-hetmet.git [project @ 2001-05-31 17:13:30 by sof] perl config: Remove bogus test I introduced --- 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)