[project @ 1997-03-22 06:32:29 by sof]
authorsof <unknown>
Sat, 22 Mar 1997 06:32:29 +0000 (06:32 +0000)
committersof <unknown>
Sat, 22 Mar 1997 06:32:29 +0000 (06:32 +0000)
Made perl library test non-fatal

configure.in

index 70146d7..89dfaeb 100644 (file)
@@ -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
 #
 #