[pygobject/py3k: 20/20] Hack to disable thread check in configure



commit bc863e519f1cbc8b8304f88ff308ca1bacd676b7
Author: John Ehresman <jpe wingware com>
Date:   Thu Apr 15 13:39:17 2010 -0400

    Hack to disable thread check in configure

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 4e89944..92695b6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -127,7 +127,7 @@ AM_CONDITIONAL(ENABLE_DOCS, test x$enable_docs != xno)
 AM_CHECK_PYMOD(thread,,,enable_thread=no)
 
 AC_MSG_CHECKING(whether to enable threading in pygobject)
-if test "x$enable_thread" != xno; then
+if test "x$enable_thread" != xdisabletest; then
   extra_mods=gthread
   THREADING_CFLAGS=
   AC_MSG_RESULT(yes)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]