From: foobar Date: Thu, 21 Apr 2005 15:02:34 +0000 (+0000) Subject: - Allow using --enable-versioning with any SAPI module X-Git-Tag: php-5.0.1b1~451 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=287a31e0538cbf70e741463056677f209490c8cb;p=php - Allow using --enable-versioning with any SAPI module # It's only used if the php.sym file exists! # Have fun Sara :) --- diff --git a/configure.in b/configure.in index e74d214c7f..ecbc01d289 100644 --- a/configure.in +++ b/configure.in @@ -762,11 +762,7 @@ AC_MSG_CHECKING([whether to enable versioning]) AC_ARG_ENABLE(versioning, [ --enable-versioning Export only required symbols. See INSTALL for more information], [ - if test "x$APXS" != "x"; then - PHP_VERSIONING=$enableval - else - PHP_VERSIONING=no - fi + PHP_VERSIONING=$enableval ],[ PHP_VERSIONING=no ])