Commit: 82da51bbce7e25a7f24d97522617c62060423776 Author: Christopher Jones <s...@php.net> Fri, 30 Aug 2013 11:15:56 -0700 Parents: e6053acd78259cc8bab396ede42cebc04de9157d Branches: master
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=82da51bbce7e25a7f24d97522617c62060423776 Log: OCI8: remove unused ext/oci8/config.m4 macro Changed paths: M ext/oci8/config.m4 Diff: diff --git a/ext/oci8/config.m4 b/ext/oci8/config.m4 index 2af75a2..311579f 100644 --- a/ext/oci8/config.m4 +++ b/ext/oci8/config.m4 @@ -15,22 +15,6 @@ else PHP_OCI8_TAIL1="tail -1" fi -AC_DEFUN([PHP_OCI_IF_DEFINED],[ - old_CPPFLAGS=$CPPFLAGS - CPPFLAGS=$3 - AC_EGREP_CPP(yes,[ -#include <oci.h> -#if defined($1) - yes -#endif - ],[ - CPPFLAGS=$old_CPPFLAGS - $2 - ],[ - CPPFLAGS=$old_CPPFLAGS - ]) -]) - AC_DEFUN([AC_OCI8_CHECK_LIB_DIR],[ AC_MSG_CHECKING([ORACLE_HOME library validity]) if test ! -d "$OCI8_DIR"; then -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php