1
0
mirror of https://github.com/php/php-src.git synced 2026-04-07 08:02:49 +02:00

removed check macros no longer needed due to CLI work

This commit is contained in:
Hartmut Holzgraefe
2002-01-21 16:39:17 +00:00
parent 31cd8e0b75
commit a79e857ccd

View 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"