We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6053ac commit 82da51bCopy full SHA for 82da51b
ext/oci8/config.m4
@@ -15,22 +15,6 @@ else
15
PHP_OCI8_TAIL1="tail -1"
16
fi
17
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
31
- ])
32
-])
33
-
34
AC_DEFUN([AC_OCI8_CHECK_LIB_DIR],[
35
AC_MSG_CHECKING([ORACLE_HOME library validity])
36
if test ! -d "$OCI8_DIR"; then
0 commit comments