summaryrefslogtreecommitdiff
path: root/ext/odbc
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2007-07-17 12:12:26 +0000
committerJani Taskinen <jani@php.net>2007-07-17 12:12:26 +0000
commitaddd47150160109c09096d62e15101c73099f422 (patch)
treede195c7e7af7a1fbde71134187e33fe457d5b4d6 /ext/odbc
parente73b3b0dc4c7cb7bc7840aad4508de918f909af5 (diff)
downloadphp-git-addd47150160109c09096d62e15101c73099f422.tar.gz
MFH:- Fixed bug #42019 (configure option --with-adabas=DIR does not work)
Diffstat (limited to 'ext/odbc')
-rw-r--r--ext/odbc/config.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/odbc/config.m4 b/ext/odbc/config.m4
index 26e2f1f43d..95223cc336 100644
--- a/ext/odbc/config.m4
+++ b/ext/odbc/config.m4
@@ -119,6 +119,7 @@ PHP_ARG_WITH(adabas,,
PHP_ADD_LIBRARY(sqlrte)
PHP_ADD_LIBRARY_WITH_PATH(odbc_adabas, $abs_builddir/ext/odbc)
ODBC_TYPE=adabas
+ ODBC_INCDIR=$PHP_ADABAS/incl
PHP_ODBC_CHECK_HEADER(sqlext.h)
AC_DEFINE(HAVE_ADABAS,1,[ ])
AC_MSG_RESULT([$ext_output])