]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
[rt25901_atf] Tweaks in status output in configure.ac
authorTomek Mrugalski <tomasz@isc.org>
Mon, 2 Jul 2012 09:16:35 +0000 (11:16 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Mon, 2 Jul 2012 09:16:35 +0000 (11:16 +0200)
configure.ac

index 7c94ef57bd2051722e264ac6156c2019048d21db..0a77f9db2e99754506cc7efbf651e562198cbaae 100644 (file)
@@ -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