GNOME Bugzilla – Bug 670823
pyatspi configure always enable tests
Last modified: 2015-02-27 16:41:14 UTC
Created attachment 208437 [details] [review] 1.patch As reported downstream at: https://bugs.gentoo.org/show_bug.cgi?id=401261 Looks like tests are always enabled checking pkg-config is at least version 0.9.0... yes checking whether tests are enabled... yes Attached patch by gokturk fixes this
[Resetting QA Contact to newly introduced "at-spi-maint@gnome.bugs". Reason: So far it was impossible to watch changes in at-spi bug reports without following all the specific persons (Li Yuan, Bill Haneman, Jeff Wai, ...) and also their activity outside of at-spi reports. IMPORTANT: Anyone interested in following all bug activity (including all maintainers) must watch the "at-spi-maint@gnome.bugs" dummy user by adding it to the 'Users to watch' list under Preferences->Email preferences. This is also the default procedure nowadays in GNOME when setting up new products.]
Comment on attachment 208437 [details] [review] 1.patch I'm sorry--I forgot about this bug until now. Anyway, the patch looks good. Do you have commit access, or would you like me to commit it? >--- configure.ac.orig 2012-02-11 21:00:51.650000004 -0500 >+++ configure.ac 2012-02-11 21:01:02.680000006 -0500 >@@ -25,7 +25,7 @@ > AC_MSG_CHECKING([whether tests are enabled]) > AC_ARG_ENABLE(tests, > [AS_HELP_STRING([--enable-tests], [Build with testing enabled])], >- enable_tests=yes, >+ enable_tests=$enableval, > enable_tests=no) > AC_MSG_RESULT($enable_tests) > AM_CONDITIONAL(ENABLE_TESTING, test x$enable_tests == xyes)
I don't have, then, would be better if you could commit it :)
Committed: cd1b09 Thanks for the patch.
[Moving at-spi/pyatspi2 bugs to separate product. See bug 740075]