From: Hartmut Holzgraefe Date: Mon, 21 Jan 2002 16:39:17 +0000 (+0000) Subject: removed check macros no longer needed due to CLI work X-Git-Tag: PRE_ISSET_PATCH~131 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a79e857ccdbcdb4cc511c16a05b9abd97576362f;p=php removed check macros no longer needed due to CLI work --- diff --git a/acinclude.m4 b/acinclude.m4 index b2367cbc8f..070c6d32f1 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -33,6 +33,7 @@ AC_DEFUN(PHP_TARGET_RDYNAMIC,[ fi ]) +dnl {{{ PHP_REMOVE_USR_LIB AC_DEFUN(PHP_REMOVE_USR_LIB,[ unset ac_new_flags for i in [$]$1; do @@ -42,8 +43,11 @@ AC_DEFUN(PHP_REMOVE_USR_LIB,[ esac done $1=[$]ac_new_flags + ]) - + +dnl }}} + AC_DEFUN(PHP_SETUP_OPENSSL,[ if test "$PHP_OPENSSL" = "no"; then PHP_OPENSSL="/usr/local/ssl /usr/local /usr /usr/local/openssl"