sfox Sat Aug 2 15:37:38 2008 UTC
Modified files:
/php-src/ext/phar config.m4
Log:
- Remove obsolete check
http://cvs.php.net/viewvc.cgi/php-src/ext/phar/config.m4?r1=1.31&r2=1.32&diff_format=u
Index: php-src/ext/phar/config.m4
diff -u php-src/ext/phar/config.m4:1.31 php-src/ext/phar/config.m4:1.32
--- php-src/ext/phar/config.m4:1.31 Fri Aug 1 13:45:05 2008
+++ php-src/ext/phar/config.m4 Sat Aug 2 15:37:38 2008
@@ -1,4 +1,4 @@
-dnl $Id: config.m4,v 1.31 2008/08/01 13:45:05 sfox Exp $
+dnl $Id: config.m4,v 1.32 2008/08/02 15:37:38 sfox Exp $
dnl config.m4 for extension phar
PHP_ARG_ENABLE(phar, for phar archive support,
@@ -6,8 +6,6 @@
if test "$PHP_PHAR" != "no"; then
PHP_NEW_EXTENSION(phar, util.c tar.c zip.c stream.c func_interceptors.c
dirstream.c phar.c phar_object.c phar_path_check.c, $ext_shared)
- PHP_ADD_BUILD_DIR($ext_builddir/lib, 1)
- PHP_SUBST(PHAR_SHARED_LIBADD)
AC_MSG_CHECKING([for phar openssl support])
if test "$PHP_OPENSSL_SHARED" = "yes"; then
AC_MSG_RESULT([no (shared openssl)])
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php