From c15af25cd482c425049cdfcdb7e2fe2723eb97ef Mon Sep 17 00:00:00 2001 From: foobar Date: Sun, 24 Jun 2001 03:29:50 +0000 Subject: [PATCH] Check for PHP_SIGCHILD only if any of oracle libs is enabled. --- configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index 141d01fd9e..1e3909e0fd 100644 --- a/configure.in +++ b/configure.in @@ -1018,7 +1018,7 @@ X fi # Warn about linking Apache with libpthread if oci8 extension is enabled on linux. - if test "$PHP_OCI8" != "no"; then + if test "$PHP_OCI8" != "no" -o "$PHP_ORACLE" != "no"; then if test "$PHP_SAPI" = "apache"; then if test `uname` = "Linux"; then cat <= 8.1.5) | X + fi fi cat<