]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
[rt25901_atf] configure regenerated
authorTomasz Mrugalski <tomasz@isc.org>
Mon, 2 Jul 2012 09:18:11 +0000 (09:18 +0000)
committerTomasz Mrugalski <tomasz@isc.org>
Mon, 2 Jul 2012 09:18:11 +0000 (09:18 +0000)
configure

index 320efe2606a1d32023920b6c0b4e691d5dedade0..c7f8f6d649a3b8d518b6bd813bd6c53c9cf84d16 100755 (executable)
--- a/configure
+++ b/configure
@@ -4828,7 +4828,9 @@ _ACEOF
 # Optional compile-time DEBUGging.
 # Check whether --enable-debug was given.
 if test "${enable_debug+set}" = set; then :
-  enableval=$enable_debug;
+  enableval=$enable_debug; enable_debug=yes
+else
+  enable_debug=no
 fi
 
 # This is very much off by default.
@@ -7723,12 +7725,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