From 0af01dc7a56ec4ac25a8c947c6ca9f57c8e81422 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Sun, 14 Nov 2010 22:40:30 +0000 Subject: - allow firebird header to be in the normal deps directory and restore firebird support on win (5.3.4+) --- ext/interbase/config.w32 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ext/interbase') 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))) { -- cgit v1.2.1