]> granicus.if.org Git - php/commitdiff
MFH
authorfoobar <sniper@php.net>
Tue, 13 Sep 2005 21:40:46 +0000 (21:40 +0000)
committerfoobar <sniper@php.net>
Tue, 13 Sep 2005 21:40:46 +0000 (21:40 +0000)
configure.in

index 470b492876a7915143889dcd8a934a624f053e64..5f6807ec1bbce159a805feff0f4aed8546ff0e2c 100644 (file)
@@ -1367,7 +1367,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 <<X