1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 17:52:16 +01:00

- Fixed bug #42019 (configure option --with-adabas=DIR does not work)

This commit is contained in:
Jani Taskinen
2007-07-17 12:11:41 +00:00
parent 859841cf8c
commit e70f6d70f1

View File

@@ -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])