mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 23:30:07 +01:00
fix --with-tests info message
This commit is contained in:
parent
675a01ab9a
commit
12f20e29ff
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue