[Lunar-commits] <moonbase> Net-DNS: Adjusting CONFIGURE for the online tests so the make will not pause
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Mon May 23 14:46:38 CEST 2011
commit 108e5a80e666dad7059e4b0f9e526df76aa69939
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Mon May 23 08:46:38 2011 -0400
Net-DNS: Adjusting CONFIGURE for the online tests so the make will not pause
waiting for user input.
---
perl/Net-DNS/CONFIGURE | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/perl/Net-DNS/CONFIGURE b/perl/Net-DNS/CONFIGURE
index 1931a75..05cf9e4 100644
--- a/perl/Net-DNS/CONFIGURE
+++ b/perl/Net-DNS/CONFIGURE
@@ -1,2 +1,2 @@
-mquery ENABLE_IPV6_TESTS "Enable IPV6 tests?" n "" "--no-IPv6-tests"
-mquery ENABLE_ONLINE_TESTS "Enable online tests?" n "" "--no-online-tests"
+mquery ENABLE_IPV6_TESTS "Enable IPV6 tests?" n "--IPv6-tests" "--no-IPv6-tests"
+mquery ENABLE_ONLINE_TESTS "Enable online tests?" n "--online-tests" "--no-online-tests"
More information about the Lunar-commits
mailing list