1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00

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.
This commit is contained in:
Peter Kokot
2019-05-07 04:05:14 +02:00
parent 8fc21d5cd6
commit f7b62b115e

View File

@@ -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 <<X
+--------------------------------------------------------------------+
| *** WARNING *** |
| |
| Please check that your Apache (httpd) is linked with libpthread. |
| If not, you have to recompile Apache with pthread. For more |
| details, see this page: http://www.php.net/manual/ref.oci8.php |
X
fi
fi
if test "$PHP_SIGCHILD" != "yes"; then
if test "$PHP_OCI8_INSTANT_CLIENT" = "no"; then
cat <<X