fix --with-tests info message

This commit is contained in:
Dan Williams 2009-02-05 14:29:45 -05:00
parent 675a01ab9a
commit 12f20e29ff

View file

@ -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)