sniper Thu Apr 21 11:02:35 2005 EDT
Modified files:
/php-src configure.in
Log:
- Allow using --enable-versioning with any SAPI module
# It's only used if the php.sym file exists!
# Have fun Sara :)
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.549&r2=1.550&ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.549 php-src/configure.in:1.550
--- php-src/configure.in:1.549 Thu Apr 21 10:57:50 2005
+++ php-src/configure.in Thu Apr 21 11:02:34 2005
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.549 2005/04/21 14:57:50 sniper Exp $ -*- autoconf
-*-
+dnl ## $Id: configure.in,v 1.550 2005/04/21 15:02:34 sniper Exp $ -*- autoconf
-*-
dnl ## Process this file with autoconf to produce a configure script.
divert(1)
@@ -762,11 +762,7 @@
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
])
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php