summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2004-08-02 11:03:05 +0000
committerJohan Dahlin <johan@src.gnome.org>2004-08-02 11:03:05 +0000
commit92e0b9e24a60f47c216cf625de22fa46e7df0296 (patch)
tree67fff2ad85c5926e1f1be38710ef1827b229495f /configure.in
parent3c5e6f41e151f4b8b8471b5b3a8de1c64ad36588 (diff)
downloadpygtk-92e0b9e24a60f47c216cf625de22fa46e7df0296.tar.gz
Call PyEval_InitThreads. Perhaps its something that always should be
* gobject/gobjectmodule.c (initgobject): Call PyEval_InitThreads. Perhaps its something that always should be called. * README (Author): Add a requirements section * configure.in: Require Python 2.3 * setup.py (version): Ditto * gobject/pygtype.c, gobject/pygobject.h: Remove 2.2 compat. * All over the place: Add support for PyGILState.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index dafd76ae..39de6013 100644
--- a/configure.in
+++ b/configure.in
@@ -60,7 +60,7 @@ AC_DISABLE_STATIC
AC_LIBTOOL_WIN32_DLL
AC_PROG_LIBTOOL
-AM_PATH_PYTHON(2.2)
+AM_PATH_PYTHON(2.3)
AM_CHECK_PYTHON_HEADERS(,[AC_MSG_ERROR(could not find Python headers)])