Update of /cvsroot/gaim/gaim
In directory usw-pr-cvs1:/tmp/cvs-serv6541
Modified Files:
configure.ac
Log Message:
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.
Index: configure.ac
===================================================================
RCS file: /cvsroot/gaim/gaim/configure.ac,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- configure.ac 9 Jul 2002 14:26:42 -0000 1.71
+++ configure.ac 2 Aug 2002 04:39:23 -0000 1.72
@@ -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
|