summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGian Mario Tagliaretti <gianmt@src.gnome.org>2009-01-28 00:11:14 +0000
committerGian Mario Tagliaretti <gianmt@src.gnome.org>2009-01-28 00:11:14 +0000
commit96b12702d999afc8ef36ba41b0ff257e313ee785 (patch)
tree9044607891104f89851aeaeb051728a8591b63aa /configure.ac
parent85ae89ac7a00d09c053913787fab55fec50399bc (diff)
downloadpygtk-96b12702d999afc8ef36ba41b0ff257e313ee785.tar.gz
Don't override PYTHON_INCLUDES in configure.ac, it's already set by AM_CHECK_PYTHON_HEADERS patch by Loïc Minier
svn path=/trunk/; revision=3074
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index aa0cb0e1..45d1841f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -79,7 +79,6 @@ AM_CHECK_PYTHON_HEADERS(,[AC_MSG_ERROR(could not find Python headers)])
AC_MSG_CHECKING([for PySignal_SetWakeupFd in Python.h])
py_prefix=`$PYTHON -c "import sys; print sys.prefix"`
-PYTHON_INCLUDES="-I${py_prefix}/include/python${PYTHON_VERSION}"
old_CPPFLAGS=$CPPFLAGS
CPPFLAGS="-Wall -Werror $PYTHON_INCLUDES"
AC_TRY_COMPILE([#include <Python.h>],