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 /sapi/aolserver | |
| parent | 9982ff568a3c3d42bd82ff64efb367d4667f8c53 (diff) | |
| download | php-git-afdaee9e471a7447892791a3d1286f49bd06aa2b.tar.gz | |
Nuke more quotes
Diffstat (limited to 'sapi/aolserver')
| -rw-r--r-- | sapi/aolserver/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/aolserver/config.m4 b/sapi/aolserver/config.m4 index df97853d29..790462d7c6 100644 --- a/sapi/aolserver/config.m4 +++ b/sapi/aolserver/config.m4 @@ -11,7 +11,7 @@ AC_MSG_RESULT($PHP_AOLSERVER) if test "$PHP_AOLSERVER" != "no"; then if test -d "$PHP_AOLSERVER/include"; then - PHP_AOLSERVER_SRC="$PHP_AOLSERVER" + PHP_AOLSERVER_SRC=$PHP_AOLSERVER fi if test -z "$PHP_AOLSERVER_SRC" || test ! -d $PHP_AOLSERVER_SRC/include; then AC_MSG_ERROR(Please specify the path to the source distribution of AOLserver using --with-aolserver-src=DIR) |
