Don't bother configuring db3 directory if using external db

This commit is contained in:
Panu Matilainen 2007-12-17 11:38:12 +02:00
parent 2b50ad6fa4
commit bef37587d3
1 changed files with 3 additions and 1 deletions

View File

@ -1048,7 +1048,9 @@ AC_SUBST(RPMCONFIGDIR)
AC_SUBST(OBJDUMP)
AC_CONFIG_SUBDIRS(db3)
if test "$with_external_db" = no; then
AC_CONFIG_SUBDIRS(db3)
fi
AM_CONDITIONAL([WITH_INTERNAL_DB],[test "$with_external_db" = no])
AM_CONDITIONAL([DOXYGEN],[test "$DOXYGEN" != no])