summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 09662564..b834792a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-11-23 Johan Dahlin <jdahlin@async.com.br>
+
+ Bug 562022 – gobject-introspection needs python headers
+
+ * configure.ac: fail without python headers present.
+ Patch by: Tom Parker
+
2008-11-21 Johan Dahlin <jdahlin@async.com.br>
Bug 561617 – Return value array annotations
diff --git a/configure.ac b/configure.ac
index 60b78479..9295c744 100644
--- a/configure.ac
+++ b/configure.ac
@@ -185,7 +185,7 @@ case "$host" in
pyexecdir=`echo $pyexecdir | tr '\\\\' '/'`
;;
esac
-AM_CHECK_PYTHON_HEADERS
+AM_CHECK_PYTHON_HEADERS(,AC_MSG_ERROR([Python headers not found]))
AC_CONFIG_FILES([
Makefile