From bcb2214e9951b271d073314870bf09a6a87435f5 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Sat, 13 Nov 1999 16:51:33 +0000 Subject: Improve regex library selection. It lets user specify whether they want system, apache, or php's regex library by using the --with-regex option. "php" is the default; if you use --with-apache in combination with Apache 1.3.x, the default is "apache". --- sapi/apache/libphp4.module.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sapi/apache/libphp4.module.in') diff --git a/sapi/apache/libphp4.module.in b/sapi/apache/libphp4.module.in index 687c1c46ac..8ecf83ebaa 100644 --- a/sapi/apache/libphp4.module.in +++ b/sapi/apache/libphp4.module.in @@ -1,6 +1,6 @@ Name: php4_module ConfigStart - RULE_WANTHSREGEX=@HSREGEX@ + RULE_WANTHSREGEX=@APACHE_WANT_HSREGEX@ LIBS="@NATIVE_RPATHS@ @PHP_LIBS@ @EXTRA_LIBS@ @LIBS@ $LIBS" RULE_HIDE=yes CFLAGS="$CFLAGS -I@abs_srcdir@ -I@abs_srcdir@/libzend -I@abs_builddir@/libzend -I@abs_builddir@" -- cgit v1.2.1