From 8201fb2fef561ff6f36fe6d6221531bcd98f4b3a Mon Sep 17 00:00:00 2001 From: tmzullinger Date: Mon, 26 Nov 2007 18:37:30 +0000 Subject: conditionally add gdk-pixbuf to pkg-config Requires exit with an error if gdk-pixbuf or pygobject are explicitly requested and not found add AM_PROG_CC_C_O to make automake happy about per-target flags in tests/Makefile.am git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1804 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2065587..db3fe9d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2007-11-26 Todd Zullinger + + * configure.ac + libgpod-1.0.pc.in: + conditionally add gdk-pixbuf to pkg-config Requires. + exit with an error if gdk-pixbuf or pygobject are explicitly + requested and not found. + add AM_PROG_CC_C_O to make automake happy about per-target + flags in tests/Makefile.am + 2007-11-25 Todd Zullinger * autogen.sh: pass any user-specified options to configure -- cgit