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/zlib/config0.m4 | |
| parent | 9982ff568a3c3d42bd82ff64efb367d4667f8c53 (diff) | |
| download | php-git-afdaee9e471a7447892791a3d1286f49bd06aa2b.tar.gz | |
Nuke more quotes
Diffstat (limited to 'ext/zlib/config0.m4')
| -rw-r--r-- | ext/zlib/config0.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zlib/config0.m4 b/ext/zlib/config0.m4 index b6d280f541..4226d1a285 100644 --- a/ext/zlib/config0.m4 +++ b/ext/zlib/config0.m4 @@ -44,7 +44,7 @@ if test "$PHP_ZLIB" != "no" -o "$PHP_ZLIB_DIR" != "no"; then if test "$PHP_ZLIB" != "yes"; then PHP_ZLIB_DIR=$PHP_ZLIB else - PHP_ZLIB_DIR="/usr/local" + PHP_ZLIB_DIR=/usr/local fi fi |
