goba Thu Jul 25 12:05:49 2002 EDT
Modified files:
/phpdoc configure.in
Log:
We do not check actually for the PHP version, so do not say it's OK,
just print it out
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.163 phpdoc/configure.in:1.164
--- phpdoc/configure.in:1.163 Thu Jul 25 11:58:09 2002
+++ phpdoc/configure.in Thu Jul 25 12:05:48 2002
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.163 2002/07/25 15:58:09 goba Exp $
+dnl $Id: configure.in,v 1.164 2002/07/25 16:05:48 goba Exp $
dnl autoconf initialisation
AC_INIT()
@@ -65,7 +65,7 @@
PHPVERSION=`$PHP -qv`
# version check disabled for now, seems to be causing troubles on cygwin
# if test "yes" = `echo '<?php echo phpversion()>3?"yes":"no"; ?>' | $PHP -q`; then
- AC_MSG_RESULT($PHPVERSION ok)
+ AC_MSG_RESULT($PHPVERSION)
# else
# AC_MSG_RESULT($PHPVERSION)
# AC_MSG_ERROR([PHP version 4.0.0 or newer needed])
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php