]> granicus.if.org Git - php/commitdiff
- Fixed buildconf for PHP 6.
authorDerick Rethans <derick@php.net>
Tue, 9 Aug 2005 09:52:45 +0000 (09:52 +0000)
committerDerick Rethans <derick@php.net>
Tue, 9 Aug 2005 09:52:45 +0000 (09:52 +0000)
buildconf

index 8b91c3b14795b59b7e4357d08a14bcb814b3526c..468b7c65d2ca8bb924a4f65306eba049e1b3b908 100755 (executable)
--- a/buildconf
+++ b/buildconf
@@ -38,7 +38,7 @@ if test "$dev" = "0" -a "$devok" = "0"; then
 fi
 
 if test -z "$ZENDDIR"; then
-  if grep "PHP_MAJOR_VERSION 5" main/php_version.h >/dev/null; then
+  if grep "PHP_MAJOR_VERSION 6" main/php_version.h >/dev/null; then
     v=5
   else
     v=4