summaryrefslogtreecommitdiff
path: root/ext/pdo_firebird/config.m4
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2009-11-25 01:30:06 +0000
committerRasmus Lerdorf <rasmus@php.net>2009-11-25 01:30:06 +0000
commit5a2b41a6271be5dc04f3d0f15751b5c074fe29b7 (patch)
treeef540211365d3c82ffdffdf0bf732f19f6954e5b /ext/pdo_firebird/config.m4
parentbb179ad150fdebfcc1128e0b25a132695dd39f92 (diff)
downloadphp-git-5a2b41a6271be5dc04f3d0f15751b5c074fe29b7.tar.gz
Someone strap down Jani and give him a sedative please.
This makes our toolchain work with the latest versions of autoconf and avoids a lot of end-user grief.
Diffstat (limited to 'ext/pdo_firebird/config.m4')
-rw-r--r--ext/pdo_firebird/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_firebird/config.m4 b/ext/pdo_firebird/config.m4
index 94704d3adb..7b6f669a50 100644
--- a/ext/pdo_firebird/config.m4
+++ b/ext/pdo_firebird/config.m4
@@ -50,7 +50,7 @@ if test "$PHP_PDO_FIREBIRD" != "no"; then
PHP_ADD_LIBRARY_WITH_PATH($FIREBIRD_LIBNAME, $FIREBIRD_LIBDIR, PDO_FIREBIRD_SHARED_LIBADD)
PHP_ADD_INCLUDE($FIREBIRD_INCDIR)
AC_DEFINE(HAVE_PDO_FIREBIRD,1,[ ])
- PHP_NEW_EXTENSION(pdo_firebird, pdo_firebird.c firebird_driver.c firebird_statement.c, $ext_shared,,-I$pdo_inc_path)
+ PHP_NEW_EXTENSION(pdo_firebird, pdo_firebird.c firebird_driver.c firebird_statement.c, $ext_shared,,-I$pdo_cv_inc_path)
PHP_SUBST(PDO_FIREBIRD_SHARED_LIBADD)
PHP_ADD_EXTENSION_DEP(pdo_firebird, pdo)
fi