From: Peter Kokot Date: Tue, 7 May 2019 02:05:14 +0000 (+0200) Subject: Remove dead code from configure.ac X-Git-Tag: php-7.4.0alpha1~315^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f7b62b115ef1dbcb75ff682f73778fb0868fba27;p=php Remove dead code from configure.ac SAPI apache has been removed and now there is apache2handler so this warning hasn't been used for a while. --- diff --git a/configure.ac b/configure.ac index 80628a5df1..13fc7f129e 100644 --- a/configure.ac +++ b/configure.ac @@ -1690,21 +1690,8 @@ X fi fi - # Warn about linking Apache with libpthread if oci8 extension is enabled on linux. + # Warn about Apache if oci8 extension is enabled on linux. if test "$PHP_OCI8" != "no"; then - if test "$PHP_SAPI" = "apache"; then - if test `uname` = "Linux"; then -cat <