Skip to content

Commit 82da51b

Browse files
committed
OCI8: remove unused ext/oci8/config.m4 macro
1 parent e6053ac commit 82da51b

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

ext/oci8/config.m4

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,6 @@ else
1515
PHP_OCI8_TAIL1="tail -1"
1616
fi
1717

18-
AC_DEFUN([PHP_OCI_IF_DEFINED],[
19-
old_CPPFLAGS=$CPPFLAGS
20-
CPPFLAGS=$3
21-
AC_EGREP_CPP(yes,[
22-
#include <oci.h>
23-
#if defined($1)
24-
yes
25-
#endif
26-
],[
27-
CPPFLAGS=$old_CPPFLAGS
28-
$2
29-
],[
30-
CPPFLAGS=$old_CPPFLAGS
31-
])
32-
])
33-
3418
AC_DEFUN([AC_OCI8_CHECK_LIB_DIR],[
3519
AC_MSG_CHECKING([ORACLE_HOME library validity])
3620
if test ! -d "$OCI8_DIR"; then

0 commit comments

Comments
 (0)