From: Steph Fox Date: Sat, 2 Aug 2008 15:38:46 +0000 (+0000) Subject: MFH Remove obsolete check (thanks Tony) X-Git-Tag: BEFORE_NS_RULES_CHANGE~908 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f55d753d3e23264a44e87b5b9bbdd6a06f73e57b;p=php MFH Remove obsolete check (thanks Tony) --- diff --git a/ext/phar/config.m4 b/ext/phar/config.m4 index c2f3bb6d36..8fba62ff9a 100644 --- a/ext/phar/config.m4 +++ b/ext/phar/config.m4 @@ -6,8 +6,6 @@ PHP_ARG_ENABLE(phar, for phar archive support, 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)])