From: Frank M. Kromann Date: Wed, 3 Dec 2003 06:42:16 +0000 (+0000) Subject: look for FrontBase files in the default location X-Git-Tag: php-5.0.0b3RC1~388 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=26768fdff6984613eb1f7382fa7f0c7d307441b9;p=php look for FrontBase files in the default location --- diff --git a/ext/fbsql/config.w32 b/ext/fbsql/config.w32 index fa5d2e9463..f12989b310 100644 --- a/ext/fbsql/config.w32 +++ b/ext/fbsql/config.w32 @@ -5,5 +5,8 @@ ARG_WITH("fbsql", "FrontBase support", "no"); if (PHP_FBSQL == "yes") { EXTENSION("fbsql", "php_fbsql.c"); + CHECK_LIB("FBCAccess.lib", "fbsql", "\\usr\\FrontBase\\lib"); + CHECK_HEADER_ADD_INCLUDE("FBCAccess\\FBCAccess.h", "CFLAGS", "\\usr\\FrontBase\\include"); + AC_DEFINE('WinNT', 1, ''); AC_DEFINE('HAVE_FBSQL', 1, 'Have FrontBase support'); }