[monkey-bubble: 492/753] remove test for make-inline-pixbufs, as this program no longer exists, and



commit 63a91c960bf820c82679c42cd90a82fe667978c7
Author: Jonathan Blandford <jrb redhat com>
Date:   Thu Jun 28 15:38:40 2001 +0000

    remove test for make-inline-pixbufs, as this program no longer exists, and
    
    Thu Jun 28 10:39:18 2001  Jonathan Blandford  <jrb redhat com>
    
    	* configure.in: remove test for make-inline-pixbufs, as this
    	program no longer exists, and libgnome hardly needs it anyway.

 ChangeLog    |    5 +++++
 configure.in |   11 -----------
 2 files changed, 5 insertions(+), 11 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index fb94655..528ecfa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Jun 28 10:39:18 2001  Jonathan Blandford  <jrb redhat com>
+
+	* configure.in: remove test for make-inline-pixbufs, as this
+	program no longer exists, and libgnome hardly needs it anyway.
+
 2001-06-28  Michael Meeks  <michael ximian com>
 
 	* configure.in (gnomelocaledir): add --enable-orbit2
diff --git a/configure.in b/configure.in
index 5113cf7..b6d5486 100644
--- a/configure.in
+++ b/configure.in
@@ -80,17 +80,6 @@ AC_SUBST(ORBIT_IDL)
 AC_CHECK_LIB(popt, poptStrippedArgv,, AC_MSG_ERROR([popt 1.5 or newer is required to build
 gnome-libs. You can download the latest version from ftp://people.redhat.com/sopwith/popt/]))
 
-dnl This is installed from GTK+ 2.0's gdk-pixbuf
-AC_PATH_PROG(MAKE_INLINE_PIXBUF, make-inline-pixbuf)
-test -z "$MAKE_INLINE_PIXBUF" && AC_MSG_ERROR([
-*** You need the make-inline-pixbuf tool which is installed
-*** from GTK+ 2.0's gdk-pixbuf.
-***
-*** Either the location where you installed your GTK+ 2.0 is
-*** not in your PATH or something is screwed up with your
-*** GTK+ 2.0 installation
-])
-
 AC_OUTPUT([
 Makefile
 po/Makefile.in



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]