diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
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 |