From: Tomek Mrugalski Date: Mon, 2 Jul 2012 09:16:35 +0000 (+0200) Subject: [rt25901_atf] Tweaks in status output in configure.ac X-Git-Tag: v4_3_0a1~77^2~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=99d4c286ef179ec245e3d435775dfb89b5db7cee;p=thirdparty%2Fdhcp.git [rt25901_atf] Tweaks in status output in configure.ac --- diff --git a/configure.ac b/configure.ac index 7c94ef57b..0a77f9db2 100644 --- a/configure.ac +++ b/configure.ac @@ -50,7 +50,8 @@ AC_DEFINE_UNQUOTED([DHCP_BYTE_ORDER], [$byte_order], # Optional compile-time DEBUGging. AC_ARG_ENABLE(debug, AC_HELP_STRING([--enable-debug], - [create a debug-only version of the software (default is no).])) + [create a debug-only version of the software (default is no).]), + [enable_debug=yes],[enable_debug=no]) # This is very much off by default. if test "$enable_debug" = "yes" ; then AC_DEFINE([DEBUG], [1], @@ -650,12 +651,12 @@ Features: execute: $enable_execute Developer: - ATF unittests : $enable_atf + ATF unittests : $atf_path END # TODO: Add Perl system tests -if test "$enable_atf" != "no" +if test "$atf_path" != "no" then echo "ATF_CFLAGS : $ATF_CFLAGS" >> config.report echo "ATF_LDFLAGS : $ATF_LDFLAGS" >> config.report