summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Dahlin <jdahlin@async.com.br>2008-11-23 16:42:07 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-11-23 16:42:07 +0000
commitc0ef1522187244c4e9bc1c42e3fa2514d5c8e1c0 (patch)
tree0ab484729a38744c132c7c248eff8527bdf7a0c0
parent11646f158ce848c05c00ce7cde15aafeb45e9701 (diff)
downloadgobject-introspection-c0ef1522187244c4e9bc1c42e3fa2514d5c8e1c0.tar.gz
Bug 562022 – gobject-introspection needs python headers
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 svn path=/trunk/; revision=959
-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