From: Roy T. Fielding Date: Thu, 10 May 2001 21:29:10 +0000 (+0000) Subject: Proving once again that bash doesn't bother to document when they X-Git-Tag: 2.0.18~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80094ef570ca12258fd07c812e2cd5aead378d01;p=thirdparty%2Fapache%2Fhttpd.git Proving once again that bash doesn't bother to document when they 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 --- diff --git a/acinclude.m4 b/acinclude.m4 index 1b562eb6c29..01f542401ec 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -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 ;;