From eb10bf2358e1b184e384c57d6281120b0be10235 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Sat, 27 Jan 2001 10:05:30 +0000 Subject: This config.m4 was obviously not tested at all before being committed. s/withval/PHP_MING/ --- ext/ming/config.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/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 -- cgit v1.2.1