From: Francis Dupont Date: Mon, 4 Feb 2019 15:01:40 +0000 (+0100) Subject: [340-make-perfdhcp-build-optional] typo X-Git-Tag: 448-update-cb-cmds-to-handle-parameter-types_base~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ed6d024cab76bc6e71898e0189dc96f549451d0;p=thirdparty%2Fkea.git [340-make-perfdhcp-build-optional] typo --- diff --git a/configure.ac b/configure.ac index 91a006b50b..a986e8ba1d 100644 --- a/configure.ac +++ b/configure.ac @@ -441,14 +441,14 @@ AC_ARG_ENABLE(perfdhcp, [AC_HELP_STRING([--enable-perfdhcp], [enable perfdhcp, a DHCP benchmarking tool [defaulno]])], enable_perfdhcp=$enableval, enable_perfdhcp=no) -DISTCHECK_KEA_PERFDHCP_CONFIGURE_FLAG= +DISTCHECK_PERFDHCP_CONFIGURE_FLAG= if test "x$enable_perfdhcp" != xno ; then - DISTCHECK_KEA_PERFDHCP_CONFIGURE_FLAG="--enable-perfdhcp" + DISTCHECK_PERFDHCP_CONFIGURE_FLAG="--enable-perfdhcp" fi # Export to makefiles the info whether we have perfdhcp enabled or not AM_CONDITIONAL(PERFDHCP, test x$enable_perfdhcp != xno) -AC_SUBST(DISTCHECK_KEA_PERFDHCP_CONFIGURE_FLAG) +AC_SUBST(DISTCHECK_PERFDHCP_CONFIGURE_FLAG) # Kea-shell is written in python. It can work with python 2.7 or any 3.x. # It may likely work with earlier versions, but 2.7 was the oldest one we tested