diff options
author | Frank M. Kromann <fmk@php.net> | 2003-12-03 06:42:16 +0000 |
---|---|---|
committer | Frank M. Kromann <fmk@php.net> | 2003-12-03 06:42:16 +0000 |
commit | 26768fdff6984613eb1f7382fa7f0c7d307441b9 (patch) | |
tree | f48c9a1cbeb586f432a85262e189a10b8c50eb20 /ext/fbsql | |
parent | 5ad67a92152527c72a839f0986035372f8f3b43e (diff) | |
download | php-git-26768fdff6984613eb1f7382fa7f0c7d307441b9.tar.gz |
look for FrontBase files in the default location
Diffstat (limited to 'ext/fbsql')
-rw-r--r-- | ext/fbsql/config.w32 | 3 |
1 files changed, 3 insertions, 0 deletions
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'); } |