gobject-introspection r959 - trunk
- From: johan svn gnome org
- To: svn-commits-list gnome org
- Subject: gobject-introspection r959 - trunk
- Date: Sun, 23 Nov 2008 16:42:07 +0000 (UTC)
Author: johan
Date: Sun Nov 23 16:42:07 2008
New Revision: 959
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=959&view=rev
Log:
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
Modified:
trunk/ChangeLog
trunk/configure.ac
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Sun Nov 23 16:42:07 2008
@@ -185,7 +185,7 @@
pyexecdir=`echo $pyexecdir | tr '\\\\' '/'`
;;
esac
-AM_CHECK_PYTHON_HEADERS
+AM_CHECK_PYTHON_HEADERS(,AC_MSG_ERROR([Python headers not found]))
AC_CONFIG_FILES([
Makefile
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]