]> granicus.if.org Git - php/commitdiff
This config.m4 was obviously not tested at all before being committed.
authorSascha Schumann <sas@php.net>
Sat, 27 Jan 2001 10:05:30 +0000 (10:05 +0000)
committerSascha Schumann <sas@php.net>
Sat, 27 Jan 2001 10:05:30 +0000 (10:05 +0000)
s/withval/PHP_MING/

ext/ming/config.m4

index f92df072bd57d8af4baa251aa66bc491c081d433..234931d622277121f2b377f178bd9975d2e4d857 100644 (file)
@@ -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