From: Johan Dahlin Date: Sun, 23 Nov 2008 16:42:07 +0000 (+0000) Subject: Bug 562022 – gobject-introspection needs python headers X-Git-Tag: GOBJECT_INTROSPECTION_0_6_1~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c0ef1522187244c4e9bc1c42e3fa2514d5c8e1c0;p=platform%2Fupstream%2Fgobject-introspection.git Bug 562022 – gobject-introspection needs python headers 2008-11-23 Johan Dahlin Bug 562022 – gobject-introspection needs python headers * configure.ac: fail without python headers present. Patch by: Tom Parker svn path=/trunk/; revision=959 --- diff --git a/ChangeLog b/ChangeLog index 0966256..b834792 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-11-23 Johan Dahlin + + Bug 562022 – gobject-introspection needs python headers + + * configure.ac: fail without python headers present. + Patch by: Tom Parker + 2008-11-21 Johan Dahlin Bug 561617 – Return value array annotations diff --git a/configure.ac b/configure.ac index 60b7847..9295c74 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