public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/pyatspi/files: pyatspi-2.2.1-configure-check.patch
@ 2012-02-26  9:49 Pacho Ramos (pacho)
  0 siblings, 0 replies; only message in thread
From: Pacho Ramos (pacho) @ 2012-02-26  9:49 UTC (permalink / raw
  To: gentoo-commits

pacho       12/02/26 09:49:34

  Added:                pyatspi-2.2.1-configure-check.patch
  Log:
  Fix configure to disable tests properly, upstream bug #670823 by gokturk. Drop old.
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-python/pyatspi/files/pyatspi-2.2.1-configure-check.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyatspi/files/pyatspi-2.2.1-configure-check.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyatspi/files/pyatspi-2.2.1-configure-check.patch?rev=1.1&content-type=text/plain

Index: pyatspi-2.2.1-configure-check.patch
===================================================================
--- 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)






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-02-26  9:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-26  9:49 [gentoo-commits] gentoo-x86 commit in dev-python/pyatspi/files: pyatspi-2.2.1-configure-check.patch Pacho Ramos (pacho)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox