diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-09-17 17:58:29 +0200 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-09-17 17:58:29 +0200 |
commit | 7bf56f58295b6ee19f3896b726f6a7e3435af446 (patch) | |
tree | 1b46c806811db947467bc3cf2e0a8d472f616a3a | |
parent | 6394b2a2e9314af0909e49323fe0012b549be29d (diff) | |
download | rpm-7bf56f58295b6ee19f3896b726f6a7e3435af446.tar.gz |
Eliminate WITH_DB_SUBDIR.
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | configure.ac | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index b654439a3..cd857b63a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,7 @@ EXTRA_DIST = CHANGES ChangeLog CREDITS Doxyheader GROUPS INSTALL \ autodeps autogen.sh \ db db3/configure installplatform platform* -SUBDIRS = po misc @WITH_DB_SUBDIR@ lua rpmio rpmdb lib build python scripts doc . tests +SUBDIRS = po misc db3 lua rpmio rpmdb lib build python scripts doc . tests pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = rpm.pc diff --git a/configure.ac b/configure.ac index da762e936..726b07614 100644 --- a/configure.ac +++ b/configure.ac @@ -466,9 +466,6 @@ AC_SUBST(WITH_POPT_LIB) dnl ------------------ with internal db 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 |