From: Hartmut Holzgraefe Date: Mon, 21 Jan 2002 16:49:31 +0000 (+0000) Subject: removed check macros no longer needed due to CLI work X-Git-Tag: PRE_ISSET_PATCH~130 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=44b5298506ccb33311db0685963dd08db03b1b88;p=php removed check macros no longer needed due to CLI work (plus reverting last commit, was in wrong dir :( ) --- diff --git a/acinclude.m4 b/acinclude.m4 index 070c6d32f1..fedcddf92a 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -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 -])