sas             Sat Jan 27 02:05:29 2001 EDT

  Modified files:              
    /php4/ext/ming      config.m4 
  Log:
  This config.m4 was obviously not tested at all before being committed.
  
  s/withval/PHP_MING/
  
  
Index: php4/ext/ming/config.m4
diff -u php4/ext/ming/config.m4:1.1 php4/ext/ming/config.m4:1.2
--- php4/ext/ming/config.m4:1.1 Fri Jan 26 16:26:22 2001
+++ php4/ext/ming/config.m4     Sat Jan 27 02:05:29 2001
@@ -1,4 +1,4 @@
-dnl $Id: config.m4,v 1.1 2001/01/27 00:26:22 opaquedave Exp $
+dnl $Id: config.m4,v 1.2 2001/01/27 10:05:29 sas Exp $
 dnl config.m4 for extension libming
 dnl don't forget to call PHP_EXTENSION(ming)
 dnl This file is a modified version of config.m4
@@ -7,8 +7,8 @@
 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



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to