Add with_internal_db.
This commit is contained in:
parent
2975d9b63b
commit
ae3127c0f2
|
@ -469,6 +469,8 @@ AC_DEFINE(HAVE_DB3_DB_H, 1, [Define if you have the <db3/db.h> header file])
|
|||
WITH_DB_SUBDIR=db3
|
||||
|
||||
AC_SUBST(WITH_DB_SUBDIR)
|
||||
# FIXME: Temporary helper until external BDB is fully supported
|
||||
with_internal_db=yes
|
||||
|
||||
#=================
|
||||
# Check for sqlite3 library.
|
||||
|
@ -1065,6 +1067,8 @@ AC_SUBST(OBJDUMP)
|
|||
|
||||
AC_CONFIG_SUBDIRS(db3)
|
||||
|
||||
AM_CONDITIONAL([WITH_INTERNAL_DB],[test "$with_internal_db" = yes])
|
||||
|
||||
AC_PATH_PROG(AUTOM4TE,autom4te,:)
|
||||
|
||||
AC_CONFIG_FILES([ Doxyfile Makefile
|
||||
|
|
Loading…
Reference in New Issue