]> granicus.if.org Git - php/commitdiff
removed check macros no longer needed due to CLI work
authorHartmut Holzgraefe <hholzgra@php.net>
Mon, 21 Jan 2002 16:39:17 +0000 (16:39 +0000)
committerHartmut Holzgraefe <hholzgra@php.net>
Mon, 21 Jan 2002 16:39:17 +0000 (16:39 +0000)
acinclude.m4

index b2367cbc8f7b9ad6c7298a0b34b9ea3ca0b49068..070c6d32f169e7bf66aee3be6e6aea0eb9e1616f 100644 (file)
@@ -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"