Browse Source

This config.m4 was obviously not tested at all before being committed.

s/withval/PHP_MING/
PHP-4.0.5
Sascha Schumann 26 years ago
parent
commit
eb10bf2358
  1. 4
      ext/ming/config.m4

4
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

Loading…
Cancel
Save