sfox Sat Aug 2 15:38:46 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/phar config.m4
Log:
MFH Remove obsolete check (thanks Tony)
http://cvs.php.net/viewvc.cgi/php-src/ext/phar/config.m4?r1=1.27.2.5&r2=1.27.2.6&diff_format=u
Index: php-src/ext/phar/config.m4
diff -u php-src/ext/phar/config.m4:1.27.2.5 php-src/ext/phar/config.m4:1.27.2.6
--- php-src/ext/phar/config.m4:1.27.2.5 Mon Jul 14 09:02:26 2008
+++ php-src/ext/phar/config.m4 Sat Aug 2 15:38:46 2008
@@ -1,4 +1,4 @@
-dnl $Id: config.m4,v 1.27.2.5 2008/07/14 09:02:26 jani Exp $
+dnl $Id: config.m4,v 1.27.2.6 2008/08/02 15:38:46 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