summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Ehresman <jpe@wingware.com>2010-04-15 13:39:17 -0400
committerJohn Ehresman <jpe@wingware.com>2010-04-15 13:39:17 -0400
commitbc863e519f1cbc8b8304f88ff308ca1bacd676b7 (patch)
tree547a67736aa581924d5c08057b0cd9ce94df8f62
parent27e7665c4805eab2f4d97b99436e471cf7ba945c (diff)
downloadpygobject-bc863e519f1cbc8b8304f88ff308ca1bacd676b7.tar.gz
pygobject-bc863e519f1cbc8b8304f88ff308ca1bacd676b7.tar.xz
pygobject-bc863e519f1cbc8b8304f88ff308ca1bacd676b7.zip
Hack to disable thread check in configure
-rw-r--r--configure.ac2
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)