com gtk/php-gtk: Require PHP 5.1.1: config.m4

[email protected] (David Soria Parra) Mon, 06 Feb 2006 17:34:51 +0000
Newsgroups php.gtk.cvs
Message-ID <[email protected]>
Commit:    0a82cdd90ad7feedb5d83d7d40fad7c0b8cd0520
Author:    Andrei Zmievski <[email protected]>         Mon, 6 Feb 2006 17:34:51 +0000
Parents:   d59fadba418e018768c6bc48db24d772dce3f695
Branches:  master

Link:       http://git.php.net/?p=gtk/php-gtk.git;a=commitdiff;h=0a82cdd90ad7feedb5d83d7d40fad7c0b8cd0520

Log:
Require PHP 5.1.1

Changed paths:
  M  config.m4


Diff:
0a82cdd90ad7feedb5d83d7d40fad7c0b8cd0520
diff --git a/config.m4 b/config.m4
index ba730f0..3fca9a6 100644
--- a/config.m4
+++ b/config.m4
@@ -15,9 +15,9 @@ if test "$PHP_PHP_GTK" != "no"; then
     AC_MSG_RESULT(found version $PHP_VERSION)
 
     case $PHP_VERSION in
-      4*|5.0*)
+      4*|5.0*|5.1.0)
         AC_MSG_ERROR([
-Could not locate PHP 5.1 or higher version executable.
+Could not locate PHP 5.1.1 or higher version executable.
 Please use the --with-php-config option to specify
 the location of php-config for the required version.])
         ;;