mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 21:45:37 +00:00
[5027] configure.ac corrected.
This commit is contained in:
@@ -72,7 +72,7 @@ AC_ARG_ENABLE([debug],
|
|||||||
AM_CONDITIONAL([DEBUG_ENABLED], [test x$debug_enabled = xyes])
|
AM_CONDITIONAL([DEBUG_ENABLED], [test x$debug_enabled = xyes])
|
||||||
AM_COND_IF([DEBUG_ENABLED], [AC_DEFINE([ENABLE_DEBUG], [1], [Enable low-performing debugging facilities?])])
|
AM_COND_IF([DEBUG_ENABLED], [AC_DEFINE([ENABLE_DEBUG], [1], [Enable low-performing debugging facilities?])])
|
||||||
|
|
||||||
PREMIUM_DIR =
|
PREMIUM_DIR=
|
||||||
if test -d "${srcdir}/premium"; then
|
if test -d "${srcdir}/premium"; then
|
||||||
PREMIUM_DIR=premium
|
PREMIUM_DIR=premium
|
||||||
AC_CONFIG_SUBDIRS([premium])
|
AC_CONFIG_SUBDIRS([premium])
|
||||||
|
Reference in New Issue
Block a user