[Xfce4-commits] [xfce/libxfce4ui] 02/02: Fix incorrect use of AC_ARG_ENABLE(tests..)
noreply at xfce.org
noreply at xfce.org
Thu Nov 30 18:59:45 CET 2017
This is an automated email from the git hooks/post-receive script.
s k u n n y k p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/libxfce4ui.
commit 19f8aa608efdd35d79d074d21ecd488b2da425f3
Author: Romain B <skunnyk at alteroot.org>
Date: Thu Nov 30 18:57:30 2017 +0100
Fix incorrect use of AC_ARG_ENABLE(tests..)
- Fix bug #13703
---
configure.ac.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac.in b/configure.ac.in
index 07c70af..b5ee8d0 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -337,7 +337,7 @@ AC_SUBST([GTK_DOC_EXTRA_CFLAGS])
#
AC_ARG_ENABLE(tests,
[AS_HELP_STRING([--enable-tests],[enable validation test framework @<:@default=@<:@disabled@:>@@:>@])],
- enable_tests=yes, enable_tests=no)
+ [enable_tests=$enableval], [enable_tests=no])
AC_MSG_CHECKING([whether to build the validation test framework])
AM_CONDITIONAL(BUILD_TESTS, test "x$enable_tests" = "xyes")
AC_MSG_RESULT($enable_tests)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list