summaryrefslogtreecommitdiff
path: root/ext/oci8/config.m4
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2013-08-27 16:41:02 -0700
committerChristopher Jones <sixd@php.net>2013-08-27 16:41:02 -0700
commit49cd21e71cc6d18bbe601e5e2ae07f7c0ae143ec (patch)
treef6523324caa2a9b8f811392dc4e2caf48ff45412 /ext/oci8/config.m4
parent72f80b2997920bf6fadc83ddcb3908252a9064eb (diff)
downloadphp-git-49cd21e71cc6d18bbe601e5e2ae07f7c0ae143ec.tar.gz
OCI8 2.0: add oci8-check-connection probe and do some renaming
Diffstat (limited to 'ext/oci8/config.m4')
-rw-r--r--ext/oci8/config.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/oci8/config.m4 b/ext/oci8/config.m4
index b76db64638..2af75a27f3 100644
--- a/ext/oci8/config.m4
+++ b/ext/oci8/config.m4
@@ -154,8 +154,7 @@ if test "$PHP_OCI8" != "no"; then
AC_MSG_ERROR([You need at least PHP 5.4 to be able to use DTrace with PHP OCI8])
else
AC_CHECK_HEADERS([sys/sdt.h], [
- PHP_INIT_DTRACE([ext/oci8/oci8_dtrace.d],[ext/oci8/oci8_dtrace_gen.h],[ext/oci8/oci8.c \
- ext/oci8/oci8_interface.c ext/oci8/oci8_collection.c ext/oci8/oci8_lob.c ext/oci8/oci8_statement.c])
+ PHP_INIT_DTRACE([ext/oci8/oci8_dtrace.d],[ext/oci8/oci8_dtrace_gen.h],[ext/oci8/oci8.c ext/oci8/oci8_statement.c])
], [
AC_MSG_ERROR(
[Cannot find sys/sdt.h which is required for DTrace support])