diff options
| -rw-r--r-- | configure.in | 6 |
1 files changed, 1 insertions, 5 deletions
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 ]) |
