From: foobar Date: Tue, 13 Sep 2005 21:40:33 +0000 (+0000) Subject: ext/oracle is no more X-Git-Tag: RELEASE_0_9_0~221 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bfdf52964e462802f72acbea6a1b2b742d4cad12;p=php ext/oracle is no more --- diff --git a/configure.in b/configure.in index a05b6e032b..96cd90ba8a 100644 --- a/configure.in +++ b/configure.in @@ -1358,7 +1358,7 @@ X fi # Warn about linking Apache with libpthread if oci8 extension is enabled on linux. - if test "$PHP_OCI8" != "no" -o "$PHP_ORACLE" != "no"; then + if test "$PHP_OCI8" != "no"; then if test "$PHP_SAPI" = "apache"; then if test `uname` = "Linux"; then cat <