]> granicus.if.org Git - php/commitdiff
Only create regex/Makefile, if we use the bundled regex library
authorSascha Schumann <sas@php.net>
Tue, 23 Nov 1999 19:54:51 +0000 (19:54 +0000)
committerSascha Schumann <sas@php.net>
Tue, 23 Nov 1999 19:54:51 +0000 (19:54 +0000)
acinclude.m4
configure.in

index 85d01850e10e64720bee8fdd4ade60b4c7b6355d..802901c693573754f626ddc688d423728875b800 100644 (file)
@@ -163,6 +163,7 @@ if test "$REGEX_TYPE" = "php"; then
   REGEX_DIR=regex
   AC_DEFINE(HSREGEX)
   AC_DEFINE(REGEX,1)
+  PHP_OUTPUT(regex/Makefile)
 elif test "$REGEX_TYPE" = "system"; then
   AC_DEFINE(REGEX,0)
 elif test "$REGEX_TYPE" = "apache"; then
index 22de9d34527f2190c3f65bcc4e462b27a1166d22..21cb1a13c279df267b1fce58bfc61ef44919fd2c 100644 (file)
@@ -691,7 +691,7 @@ AC_SUBST(INSTALL_IT)
 #libphp4.module 
 AC_OUTPUT([Makefile php4.spec ext/Makefile sapi/Makefile pecl/Makefile
            $PHP_OUTPUT_FILES
-           scripts/mkextlib regex/Makefile build-defs.h], [], [
+           scripts/mkextlib build-defs.h], [], [
 
 if test ! -f $srcdir/ext/bcmath/number.c; then
        echo "creating number.c"