diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 4fa017eace..2f17dad7d3 100644 --- a/configure.in +++ b/configure.in @@ -41,7 +41,6 @@ MAJOR_VERSION=4 MINOR_VERSION=3 RELEASE_VERSION=0 EXTRA_VERSION="-dev" -#VERSION="4.3.0-dev" VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION" dnl Define where extension directories are located in the configure context @@ -1031,7 +1030,7 @@ PHP_SUBST_OLD(PHP_LIBS) PHP_SUBST(OVERALL_TARGET) PHP_SUBST(PHP_RPATHS) PHP_SUBST(PHP_SAPI) -PHP_SUBST(PHP_VERSION) +PHP_SUBST_OLD(PHP_VERSION) PHP_SUBST(PROG_SENDMAIL) PHP_SUBST(SHELL) PHP_SUBST(SHARED_LIBTOOL) |