diff options
author | Tomek Mrugalski <tomasz@isc.org> | 2015-12-15 19:42:56 +0100 |
---|---|---|
committer | Tomek Mrugalski <tomasz@isc.org> | 2015-12-15 19:42:56 +0100 |
commit | acaa62090b6ca1a5c3376342e040b14bc2a971b0 (patch) | |
tree | d7958bbb8aaac4e68365625c2b8dcb44b10ca9f2 /configure.ac | |
parent | [4102] Configuration backend info removed from configure.ac (diff) | |
download | kea-acaa62090b6ca1a5c3376342e040b14bc2a971b0.tar.xz kea-acaa62090b6ca1a5c3376342e040b14bc2a971b0.zip |
[4102] Removed obsolete enabled_features in configure.ac
- this was used in bind10 for enabling SQLite in auth DNS
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 2a3ba2bae8..89f80781f6 100755 --- a/configure.ac +++ b/configure.ac @@ -1632,9 +1632,6 @@ fi cat >> config.report << END -Features: - $enable_features - Developer: Enable Debugging: $debug_enabled Google Tests: $enable_gtest |