Mercurial > pidgin
changeset 1904:7af8b0fb931a
[gaim-migrate @ 1914]
hopefully this will work better.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Mon, 28 May 2001 19:09:01 +0000 |
parents | 835fcc223341 |
children | 17ae421bb214 |
files | configure.in |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Mon May 28 18:54:00 2001 +0000 +++ b/configure.in Mon May 28 19:09:01 2001 +0000 @@ -63,12 +63,13 @@ if test "x$enable_gnome" = "xyes" ; then if test "x$enable_panel" = "xyes" ; then - GNOME_INIT(gnomeui applets gdk_pixbuf) + GNOME_INIT(applets) GNOME_X_CHECKS CFLAGS="$CFLAGS $GNOME_INCLUDEDIR" AC_DEFINE(USE_APPLET) AC_DEFINE(USE_GNOME) - LIBS="$LIBS $GTK_LIBS $GNOME_LIBDIR $GNOME_APPLETS_LIBS $GNOMEUI_LIBS" + GDK_PIXBUF_LIBS=`$GNOME_CONFIG --libs gdk_pixbuf` + LIBS="$LIBS $GTK_LIBS $GNOME_LIBDIR $GNOME_APPLETS_LIBS $GNOMEUI_LIBS $GDK_PIXBUF_LIBS" AC_PATH_PROG(gaimpath, gaim_applet) else AC_PATH_PROG(gnomepath, gnome-config)