summaryrefslogtreecommitdiff
path: root/ext/ming
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2001-01-27 10:05:30 +0000
committerSascha Schumann <sas@php.net>2001-01-27 10:05:30 +0000
commiteb10bf2358e1b184e384c57d6281120b0be10235 (patch)
treec63115a36d5f04cd42ee7b323296c02513bb92d3 /ext/ming
parente7e0084eeb11e8b35a12764d6b47bab9685fb5fb (diff)
downloadphp-git-eb10bf2358e1b184e384c57d6281120b0be10235.tar.gz
This config.m4 was obviously not tested at all before being committed.
s/withval/PHP_MING/
Diffstat (limited to 'ext/ming')
-rw-r--r--ext/ming/config.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/ming/config.m4 b/ext/ming/config.m4
index f92df072bd..234931d622 100644
--- a/ext/ming/config.m4
+++ b/ext/ming/config.m4
@@ -7,8 +7,8 @@ dnl in php4/ext/mcrypt
PHP_ARG_WITH(ming, for ming support,
[ --with-ming[=DIR] Include ming support])
-if test "$withval" != "no"; then
- for i in /usr/lib /usr/local /usr $withval; do
+if test "$PHP_MING" != "no"; then
+ for i in /usr/lib /usr/local /usr $PHP_MING; do
if test -r $i/libming.so; then
MING_DIR=$i
fi