summaryrefslogtreecommitdiff
path: root/ext/interbase
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2010-11-14 22:40:30 +0000
committerPierre Joye <pajoye@php.net>2010-11-14 22:40:30 +0000
commit0af01dc7a56ec4ac25a8c947c6ca9f57c8e81422 (patch)
treeb9347b952b32fd2299119e6af1a8de5d2f93bb45 /ext/interbase
parent69ba9c82affe1564a5b53f4360cb530d4b845a87 (diff)
downloadphp-git-0af01dc7a56ec4ac25a8c947c6ca9f57c8e81422.tar.gz
- allow firebird header to be in the normal deps directory and restore firebird support on win (5.3.4+)
Diffstat (limited to 'ext/interbase')
-rw-r--r--ext/interbase/config.w323
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/interbase/config.w32 b/ext/interbase/config.w32
index 78a442d8ca..5512125463 100644
--- a/ext/interbase/config.w32
+++ b/ext/interbase/config.w32
@@ -5,7 +5,8 @@ ARG_WITH("interbase", "InterBase support", "no");
if (PHP_INTERBASE != "no") {
- if (CHECK_HEADER_ADD_INCLUDE("ibase.h", "CFLAGS_INTERBASE", PHP_PHP_BUILD + "\\interbase\\include;" + PHP_INTERBASE) &&
+ if (CHECK_HEADER_ADD_INCLUDE("ibase.h", "CFLAGS_INTERBASE",
+ PHP_PHP_BUILD + "\\include\\interbase;" + PHP_PHP_BUILD + "\\interbase\\include;" + PHP_INTERBASE) &&
(CHECK_LIB("fbclient_ms.lib", "interbase", PHP_PHP_BUILD + "\\interbase\\lib_ms;" + PHP_INTERBASE) ||
CHECK_LIB("gds32_ms.lib", "interbase", PHP_PHP_BUILD + "\\interbase\\lib_ms;" + PHP_INTERBASE))) {