rrichards Wed Jun 11 15:25:32 2003 EDT Modified files: /php4/ext/domxml config.m4 Log: update messages to require libxsl >= 1.0.18 Index: php4/ext/domxml/config.m4 diff -u php4/ext/domxml/config.m4:1.46 php4/ext/domxml/config.m4:1.47 --- php4/ext/domxml/config.m4:1.46 Mon May 19 11:33:19 2003 +++ php4/ext/domxml/config.m4 Wed Jun 11 15:25:32 2003 @@ -1,5 +1,5 @@ dnl -dnl $Id: config.m4,v 1.46 2003/05/19 15:33:19 sniper Exp $ +dnl $Id: config.m4,v 1.47 2003/06/11 19:25:32 rrichards Exp $ dnl AC_DEFUN(PHP_DOM_XSLT_CHECK_VERSION,[ @@ -29,9 +29,9 @@ yes #endif ],[ - AC_MSG_RESULT(>= 1.0.3) + AC_MSG_RESULT(>= 1.0.18) ],[ - AC_MSG_ERROR(libxslt version 1.0.3 or greater required.) + AC_MSG_ERROR(libxslt version 1.0.18 or greater required.) ]) CPPFLAGS=$old_CPPFLAGS ]) @@ -73,7 +73,7 @@ if test -z "$DOMXSLT_DIR"; then AC_MSG_RESULT(not found) - AC_MSG_ERROR(Please reinstall the libxslt >= 1.0.3 distribution) + AC_MSG_ERROR(Please reinstall the libxslt >= 1.0.18 distribution) fi PHP_DOM_XSLT_CHECK_VERSION @@ -113,7 +113,7 @@ if test -z "$DOMEXSLT_DIR"; then AC_MSG_RESULT(not found) - AC_MSG_ERROR(Please reinstall the libxslt >= 1.0.3 distribution) + AC_MSG_ERROR(Please reinstall the libxslt >= 1.0.18 distribution) fi PHP_DOM_EXSLT_CHECK_VERSION
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php