]> 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:49:31 +0000 (16:49 +0000)
committerHartmut Holzgraefe <hholzgra@php.net>
Mon, 21 Jan 2002 16:49:31 +0000 (16:49 +0000)
(plus reverting last commit, was in wrong dir :( )

acinclude.m4

index 070c6d32f169e7bf66aee3be6e6aea0eb9e1616f..fedcddf92af35fbdba43f77751c535e7b8c195c8 100644 (file)
@@ -33,7 +33,6 @@ 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
@@ -43,11 +42,8 @@ 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"
@@ -1175,16 +1171,3 @@ AC_DEFUN(PHP_CHECK_LIBRARY, [
 
 
 
-dnl
-AC_DEFUN(PHP_CHECK_INTERACTIVE, [
-  if test "$PHP_SAPI" != "cgi"; then
-    AC_MSG_ERROR([$1 extension can only be used with CGI build!])
-  fi
-])
-
-dnl
-AC_DEFUN(PHP_CHECK_STANDALONE, [
-  if test "$PHP_SAPI" != "cgi"; then
-      AC_MSG_ERROR([$1 extension may affect webserver operation internals, so it can only be used with CGI build!])
-  fi
-])