Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
Bug 562022 – gobject-introspection needs python headers
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Johan Dahlin authored and Johan Dahlin committed Nov 23, 2008
1 parent 11646f1 commit c0ef152
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c0ef152

Please sign in to comment.