[project @ 2001-05-31 17:13:30 by sof]
authorsof <unknown>
Thu, 31 May 2001 17:13:30 +0000 (17:13 +0000)
committersof <unknown>
Thu, 31 May 2001 17:13:30 +0000 (17:13 +0000)
perl config: Remove bogus test I introduced

configure.in

index b880f5d..be31d69 100644 (file)
@@ -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)