From: sof Date: Sat, 22 Mar 1997 06:32:29 +0000 (+0000) Subject: [project @ 1997-03-22 06:32:29 by sof] X-Git-Tag: Approximately_1000_patches_recorded~747 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=bd1440159f823d06b0836640311f73cb1916b68b;p=ghc-hetmet.git [project @ 1997-03-22 06:32:29 by sof] Made perl library test non-fatal --- diff --git a/configure.in b/configure.in index 70146d7..89dfaeb 100644 --- a/configure.in +++ b/configure.in @@ -341,10 +341,10 @@ dnl ** check if perl library is properly installed if $PerlCmd -e 'do "getopts.pl" || exit(1); exit(0);' > /dev/null 2>&1 ; then : else - echo "I think your perl library is misinstalled." + echo "I think your perl library is misinstalled:" echo "The following script did not work:" echo ' do "getopts.pl" || exit(1); exit(0);' - exit 1 + echo 'But, anyway, we will continue in our quest..' fi # #