diff options
author | Sascha Schumann <sas@php.net> | 2001-05-12 11:09:05 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2001-05-12 11:09:05 +0000 |
commit | afdaee9e471a7447892791a3d1286f49bd06aa2b (patch) | |
tree | 8e270b9f9e98567c041b42a2a103bb39c58c5579 /ext/pcre/config0.m4 | |
parent | 9982ff568a3c3d42bd82ff64efb367d4667f8c53 (diff) | |
download | php-git-afdaee9e471a7447892791a3d1286f49bd06aa2b.tar.gz |
Nuke more quotes
Diffstat (limited to 'ext/pcre/config0.m4')
-rw-r--r-- | ext/pcre/config0.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pcre/config0.m4 b/ext/pcre/config0.m4 index 8ae3113b3c..5bfbc9ceab 100644 --- a/ext/pcre/config0.m4 +++ b/ext/pcre/config0.m4 @@ -43,8 +43,8 @@ if test "$PHP_PCRE_REGEX" != "no"; then AC_MSG_ERROR(The PCRE extension requires PCRE library version >= 2.08) fi - test -f $PHP_PCRE_REGEX/libpcre.a && PCRE_LIBDIR="$PHP_PCRE_REGEX" - test -f $PHP_PCRE_REGEX/lib/libpcre.a && PCRE_LIBDIR="$PHP_PCRE_REGEX/lib" + test -f $PHP_PCRE_REGEX/libpcre.a && PCRE_LIBDIR=$PHP_PCRE_REGEX + test -f $PHP_PCRE_REGEX/lib/libpcre.a && PCRE_LIBDIR=$PHP_PCRE_REGEX/lib if test -z "$PCRE_LIBDIR" ; then AC_MSG_ERROR(Could not find libpcre.a in $PHP_PCRE_REGEX) |