]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Most likely a very stupid and anal
authorJim Jagielski <jim@apache.org>
Mon, 4 Feb 2002 14:56:51 +0000 (14:56 +0000)
committerJim Jagielski <jim@apache.org>
Mon, 4 Feb 2002 14:56:51 +0000 (14:56 +0000)
patch, but this uses no new constructs

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@93222 13f79535-47bb-0310-9956-ffa450edef68

configure

index 05b624feeaa2242d41e092545381a0f980db6c37..193a278d0b1ee5532090eb0aec92b6ba1133f839 100755 (executable)
--- a/configure
+++ b/configure
@@ -1590,7 +1590,14 @@ else
          -e "s:Makefile in :Makefile in $src\\/:" \
          -e "s:Makefile\$:Makefile in $src:")
 fi 3>&1 1>&2`
-[ $rc = 0 ] || exit 1
+
+## Ugly. So far, we've only used -eq, so just in case, use this
+## stupid code unless we're *sure* that -ne is also available
+if [ $rc -eq 0 ]; then
+    :
+else
+    exit 1
+fi
 
 ##
 ##  final hints