summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2007-07-26 22:45:59 +0000
committerJani Taskinen <jani@php.net>2007-07-26 22:45:59 +0000
commit8684e7495f625e962f73a91350463df46a8cfe05 (patch)
treeb1878a3e61388517334e245155416c5d706a6cca /buildconf
parent68b823564d06ceda58f096f3fd02a11b040d8d42 (diff)
downloadphp-git-8684e7495f625e962f73a91350463df46a8cfe05.tar.gz
MFH: - Made build system less major version dependant to ease MFB/MFH
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildconf b/buildconf
index 78a3f3d7ae..5eb45628aa 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
;;