2
0
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:
Tomek Mrugalski
2016-11-02 15:03:52 +01:00
parent 5039ad2bc6
commit 28431a0b45

View File

@@ -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])