]> granicus.if.org Git - php/commitdiff
merge fix
authorSascha Schumann <sas@php.net>
Fri, 16 Jul 1999 19:07:13 +0000 (19:07 +0000)
committerSascha Schumann <sas@php.net>
Fri, 16 Jul 1999 19:07:13 +0000 (19:07 +0000)
configure.in.in

index 9eda158f1b9f2bb4e9276043d4099a4056aab8b2..de17683d100cc24682374064e0963901294e951c 100644 (file)
@@ -333,7 +333,7 @@ AC_ARG_WITH(system-regex,
 [  --with-system-regex     Do not use the bundled regex library],
 [
     if test -n "$APXS"; then
-        if test -z "`$APXS -q CFLAGS | grep USE_HSREGEX`"; then
+        if test -n "`$APXS -q CFLAGS | grep USE_HSREGEX`"; then
             HSREGEX=yes
         else
             HSREGEX=no
@@ -347,7 +347,7 @@ AC_ARG_WITH(system-regex,
     fi
 ],[
     if test -n "$APXS"; then
-        if test -z "`$APXS -q CFLAGS | grep USE_HSREGEX`"; then
+        if test -n "`$APXS -q CFLAGS | grep USE_HSREGEX`"; then
             HSREGEX=yes
         else
             HSREGEX=no