summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>2012-12-19 10:43:14 +0200
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>2014-06-11 17:48:02 +0300
commit8d333f946e56d813995a6640c6f3256bf2e95dfe (patch)
tree489c8e03554ec265f6d43c23be22daf5a08ec6f2 /configure.ac
parent09b68a64a6e99f0cfb9af4b57eedb0390762af57 (diff)
downloadlibrpm-tizen-8d333f946e56d813995a6640c6f3256bf2e95dfe.tar.gz
librpm-tizen-8d333f946e56d813995a6640c6f3256bf2e95dfe.tar.bz2
librpm-tizen-8d333f946e56d813995a6640c6f3256bf2e95dfe.zip
Enable building using --with-external-db
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c5b797e5a..8e902f191 100644
--- a/configure.ac
+++ b/configure.ac
@@ -359,6 +359,7 @@ yes )
],[
AC_MSG_ERROR([missing required header db.h])
])
+ AC_DEFINE(WITH_EXTERNAL_DB, 1, [Use external db?])
;;
* ) # Fall back to internal db if available
if [ test -x db/dist/configure ]; then