]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Proving once again that bash doesn't bother to document when they
authorRoy T. Fielding <fielding@apache.org>
Thu, 10 May 2001 21:29:10 +0000 (21:29 +0000)
committerRoy T. Fielding <fielding@apache.org>
Thu, 10 May 2001 21:29:10 +0000 (21:29 +0000)
differ from sh for no particular reason.  I'm still too fond of perl 4.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89074 13f79535-47bb-0310-9956-ffa450edef68

acinclude.m4

index 1b562eb6c290a253b94486865a2f4eb631a60d2d..01f542401eca8fbba332918bdeef51c312df27ce 100644 (file)
@@ -385,9 +385,9 @@ if test "x$ap_ssltk_base" = "x"; then
       for p in $ap_ssltk_try; do
         ap_ssltk_version="`$p/openssl version`"
         case "$ap_ssltk_version" in
-            *[[^0-9a-z.]][[1-9]]* | \
-            *[[^0-9a-z.]]0.9.[[6-9]]* | \
-            *[[^0-9a-z.]]0.[[1-9]][[0-9]]* )
+            *[[!0-9a-z.]][[1-9]]* | \
+            *[[!0-9a-z.]]0.9.[[6-9]]* | \
+            *[[!0-9a-z.]]0.[[1-9]][[0-9]]* )
                 ap_cv_ssltk="`(cd $p/.. && pwd)`"
                 break
                 ;;