summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2007-07-26 22:45:22 +0000
committerJani Taskinen <jani@php.net>2007-07-26 22:45:22 +0000
commit452ace5e145775d5b74854dd0df2a323c27aa7fe (patch)
tree508676c569974bfa12ec7f7d5e18c74a5db8639b /buildconf
parenta250d3400000098a52ab4e2a024758d151c44e73 (diff)
downloadphp-git-452ace5e145775d5b74854dd0df2a323c27aa7fe.tar.gz
- Made build system less dependant for the PHP major version to also
ease MFB/MFH as acinclude.m4 and Makefile.global are identical in both branches.
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildconf b/buildconf
index 1dca40e470..d66d5daf1a 100755
--- a/buildconf
+++ b/buildconf
@@ -1,8 +1,8 @@
#!/bin/sh
# $Id$
-eval `grep '^EXTRA_VERSION=' configure.in`
-case "$EXTRA_VERSION" in
+eval `grep '^PHP_EXTRA_VERSION=' configure.in`
+case "$PHP_EXTRA_VERSION" in
*-dev)
dev=1
;;