From: Sascha Schumann Date: Sat, 27 Jan 2001 10:05:30 +0000 (+0000) Subject: This config.m4 was obviously not tested at all before being committed. X-Git-Tag: php-4.0.5RC1~452 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eb10bf2358e1b184e384c57d6281120b0be10235;p=php This config.m4 was obviously not tested at all before being committed. s/withval/PHP_MING/ --- 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