]> granicus.if.org Git - php/commitdiff
- Allow using --enable-versioning with any SAPI module
authorfoobar <sniper@php.net>
Thu, 21 Apr 2005 15:02:34 +0000 (15:02 +0000)
committerfoobar <sniper@php.net>
Thu, 21 Apr 2005 15:02:34 +0000 (15:02 +0000)
# It's only used if the php.sym file exists!
# Have fun Sara :)

configure.in

index e74d214c7fb7dc9b365a0506ccfd91ec0b21799d..ecbc01d289555394f2a5bc885641786ba35675ca 100644 (file)
@@ -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
 ])