diff options
author | Tomek Mrugalski <tomasz@isc.org> | 2018-05-14 18:05:55 +0200 |
---|---|---|
committer | Tomek Mrugalski <tomasz@isc.org> | 2018-05-16 19:53:12 +0200 |
commit | 852d721a7a5ef9f0c0a8dd7c5c72a7fd84dbcdae (patch) | |
tree | d4fc597818e5a632ec21221640bc284f01b2b8a9 | |
parent | [5619] Hook packages compilation updated. (diff) | |
download | kea-852d721a7a5ef9f0c0a8dd7c5c72a7fd84dbcdae.tar.xz kea-852d721a7a5ef9f0c0a8dd7c5c72a7fd84dbcdae.zip |
[5619] Obsolete variable removed
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index bdeaec454c..e331c262ee 100644 --- a/configure.ac +++ b/configure.ac @@ -89,10 +89,8 @@ AM_CONDITIONAL([DEBUG_ENABLED], [test x$debug_enabled = xyes]) AM_COND_IF([DEBUG_ENABLED], [AC_DEFINE([ENABLE_DEBUG], [1], [Enable low-performing debugging facilities?])]) # Include premium configuration -PREMIUM_HOOKS="forensic_log flex_id host_cmds subnet_cmds high_availability radius host_cache" INCLUDED_HOOKS= - PREMIUM_DIR= DISTCHECK_PREMIUM_CONFIGURE_FLAG= AC_DEFUN([AX_PREMIUM],[]) |