From f7b62b115ef1dbcb75ff682f73778fb0868fba27 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Tue, 7 May 2019 04:05:14 +0200 Subject: [PATCH] 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. --- configure.ac | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) 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 <