From bd1440159f823d06b0836640311f73cb1916b68b Mon Sep 17 00:00:00 2001
From: sof <unknown>
Date: Sat, 22 Mar 1997 06:32:29 +0000
Subject: [PATCH] [project @ 1997-03-22 06:32:29 by sof] Made perl library test
 non-fatal

---
 configure.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.in b/configure.in
index 70146d70f4b2..89dfaebbd375 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
 #
 #
-- 
GitLab