diff options
| author | Sascha Schumann <sas@php.net> | 1999-11-13 13:27:49 +0000 |
|---|---|---|
| committer | Sascha Schumann <sas@php.net> | 1999-11-13 13:27:49 +0000 |
| commit | 117ebf3ca65ccd445ed65eef16d24a2c8372d1ef (patch) | |
| tree | 3960e67c3ad6794fd79be83de5a4de00c6c7c0e8 /ext | |
| parent | 942c0b35219b030c9f92d1b101322a8a0d0d5b2c (diff) | |
| download | php-git-117ebf3ca65ccd445ed65eef16d24a2c8372d1ef.tar.gz | |
- remove extra CPPFLAGS from top-level Makefile
- HSREGEX defaults to what the user wants, but can be changed now internally
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/standard/config.m4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/standard/config.m4 b/ext/standard/config.m4 index cde845c2e8..ce9a4682ef 100644 --- a/ext/standard/config.m4 +++ b/ext/standard/config.m4 @@ -127,12 +127,12 @@ AC_ARG_WITH(system-regex, [ --with-system-regex Do not use the bundled regex library], [ if test "$withval" = "no"; then - HSREGEX=yes + WANT_HSREGEX=yes else - HSREGEX=no - fi + WANT_HSREGEX=no + fi ],[ - HSREGEX=yes + WANT_HSREGEX=yes ]) AC_CRYPT_CAP |
