From: Sascha Schumann Date: Fri, 16 Jul 1999 19:07:13 +0000 (+0000) Subject: merge fix X-Git-Tag: php-4.0b1~97 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bd07cce77070e99ff36aa558b1f7f198172b6dea;p=php merge fix --- diff --git a/configure.in.in b/configure.in.in index 9eda158f1b..de17683d10 100644 --- a/configure.in.in +++ b/configure.in.in @@ -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