summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pyatspi/files/pyatspi-2.2.1-configure-check.patch')
-rw-r--r--dev-python/pyatspi/files/pyatspi-2.2.1-configure-check.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-python/pyatspi/files/pyatspi-2.2.1-configure-check.patch b/dev-python/pyatspi/files/pyatspi-2.2.1-configure-check.patch
deleted file mode 100644
index 14279f6aa3cd..000000000000
--- a/dev-python/pyatspi/files/pyatspi-2.2.1-configure-check.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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)