diff options
author | Allen Winter <allen.winter@kdab.com> | 2017-01-06 12:16:12 -0500 |
---|---|---|
committer | Allen Winter <allen.winter@kdab.com> | 2017-01-06 12:16:12 -0500 |
commit | 8eb5cd0be0084e20c6b22620c98207b38b345b71 (patch) | |
tree | 47603f9a545547efff4fe4fd622e030d08742cc3 /config.h.cmake | |
parent | 80dec594735f995e67ff57a1e88223819e93b402 (diff) | |
download | libical-git-8eb5cd0be0084e20c6b22620c98207b38b345b71.tar.gz |
buildsystem: setup feature_summary for icu, bdb and python3.
bdb support is built by default if the Berkeley db is found
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake index 36ddbdc2..14914bb0 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -6,6 +6,9 @@ /* Define if you have the ICU internationalization library. */ #cmakedefine HAVE_LIBICU_I18N 1 +/* Define if you have the Berkeley DB library. */ +#cmakedefine HAVE_BDB 1 + /* Define to 1 if you have the `backtrace' function. */ #cmakedefine HAVE_BACKTRACE 1 |