summaryrefslogtreecommitdiff
path: root/ext/oci8
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2013-08-30 11:15:56 -0700
committerChristopher Jones <sixd@php.net>2013-08-30 11:15:56 -0700
commit82da51bbce7e25a7f24d97522617c62060423776 (patch)
tree120b59c3733e5fbd1c8b12df4d6895751e990459 /ext/oci8
parente6053acd78259cc8bab396ede42cebc04de9157d (diff)
downloadphp-git-82da51bbce7e25a7f24d97522617c62060423776.tar.gz
OCI8: remove unused ext/oci8/config.m4 macro
Diffstat (limited to 'ext/oci8')
-rw-r--r--ext/oci8/config.m416
1 files changed, 0 insertions, 16 deletions
diff --git a/ext/oci8/config.m4 b/ext/oci8/config.m4
index 2af75a27f3..311579fd7f 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