changeset 3362:b1cdee27ef02

[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 <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Fri, 02 Aug 2002 04:39:23 +0000
parents 9bb2e904fadb
children 7c3638a2e5ac
files configure.ac
diffstat 1 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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