diff options
author | Johan Dahlin <jdahlin@async.com.br> | 2008-11-23 16:42:07 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2008-11-23 16:42:07 +0000 |
commit | c0ef1522187244c4e9bc1c42e3fa2514d5c8e1c0 (patch) | |
tree | 0ab484729a38744c132c7c248eff8527bdf7a0c0 /configure.ac | |
parent | 11646f158ce848c05c00ce7cde15aafeb45e9701 (diff) | |
download | gobject-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
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |