# HG changeset patch # User Sean Egan # Date 1028263163 0 # Node ID b1cdee27ef02eaafc1e4b5bf58a9b51fad516dfb # Parent 9bb2e904fadbaa0cd095ea61c1b30c6d41e3f187 [gaim-migrate @ 3381] pixbuf stuff will start to work in gtk2... I was just playing around with it a bit. Static icons work fine, animated will work soon. committer: Tailor Script diff -r 9bb2e904fadb -r b1cdee27ef02 configure.ac --- a/configure.ac Fri Aug 02 04:33:50 2002 +0000 +++ b/configure.ac Fri Aug 02 04:39:23 2002 +0000 @@ -34,7 +34,6 @@ AC_TYPE_SIGNAL AC_FUNC_STRFTIME AC_CHECK_FUNCS(socket strdup strstr atexit getaddrinfo) - dnl Checks for getopt in standard library AC_CHECK_FUNCS(getopt_long , , AC_LIBOBJ(getopt) @@ -469,9 +468,9 @@ else echo UI Library.................... : GTK+ 1.2 fi -if test "x$enable_gtk2" = "xyes" ; then - echo Use GdkPixbuf................. : yes -else +if test "x$enable_gtk2" = "xno" ; then +dnl echo Use GdkPixbuf................. : yes +dnl else echo Use GdkPixbuf................. : $use_pixbuf fi echo