helly Tue Feb 28 13:07:19 2006 UTC
Modified files:
/php-src acinclude.m4
Log:
- Fix the fix
http://cvs.php.net/viewcvs.cgi/php-src/acinclude.m4?r1=1.340&r2=1.341&diff_format=u
Index: php-src/acinclude.m4
diff -u php-src/acinclude.m4:1.340 php-src/acinclude.m4:1.341
--- php-src/acinclude.m4:1.340 Tue Feb 28 12:25:43 2006
+++ php-src/acinclude.m4 Tue Feb 28 13:07:19 2006
@@ -1,5 +1,5 @@
dnl
-dnl $Id: acinclude.m4,v 1.340 2006/02/28 12:25:43 helly Exp $
+dnl $Id: acinclude.m4,v 1.341 2006/02/28 13:07:19 helly Exp $
dnl
dnl This file contains local autoconf functions.
dnl
@@ -1000,7 +1000,7 @@
dnl
dnl PHP_ADD_EXTENSION_DEP(extname, depends [, depconf])
dnl
-dnl This macro is is scanned by genif.sh when it builds the internal functions
+dnl This macro is scanned by genif.sh when it builds the internal functions
dnl list, so that modules can be init'd in the correct order
dnl $1 = name of extension, $2 = extension upon which it depends
dnl $3 = optional: if true, it's ok for $2 to have not been configured
@@ -1021,7 +1021,7 @@
build to be successful.
])
fi
- if test "x$is_it_enabled" = "x" && test "x$3" != "xtrue"; then
+ if test "x$is_it_enabled" = "xno" && test "x$3" != "xtrue"; then
AC_MSG_ERROR([
You've configured extension $1, which depends on extension $2,
but you've either not enabled $2, or have disabled it.
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php