From 12f20e29ff78819aa610cbd9d54c464dc6e2794a Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Thu, 5 Feb 2009 14:29:45 -0500 Subject: [PATCH] fix --with-tests info message --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index a338983dd7..a235e227c5 100644 --- a/configure.in +++ b/configure.in @@ -480,7 +480,7 @@ GTK_DOC_CHECK(1.0) dnl dnl Tests dnl -AC_ARG_WITH(tests, AC_HELP_STRING([--with-tests], [Build NetworkManager documentation])) +AC_ARG_WITH(tests, AC_HELP_STRING([--with-tests], [Build NetworkManager tests])) AM_CONDITIONAL(WITH_TESTS, test "x$with_tests" = "xyes") case $with_tests in yes)