comparison configure.ac @ 2658:3b1100c527f9

[gaim-migrate @ 2671] Oops. Silly me. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Thu, 01 Nov 2001 22:38:35 +0000
parents 149e58938ffc
children ce0a757b4d36
comparison
equal deleted inserted replaced
2657:149e58938ffc 2658:3b1100c527f9
154 CFLAGS="$CFLAGS $GTK_CFLAGS" 154 CFLAGS="$CFLAGS $GTK_CFLAGS"
155 155
156 if test "x$enable_panel" = "xyes" ; then 156 if test "x$enable_panel" = "xyes" ; then
157 dnl Things moved with the new versoin of Orbit. Thanks for 157 dnl Things moved with the new versoin of Orbit. Thanks for
158 dnl telling me, Dan. This should fix them. 158 dnl telling me, Dan. This should fix them.
159 CFLAGS="$CFLAGS ORBIT_CFLAGS" 159 CFLAGS="$CFLAGS $ORBIT_CFLAGS"
160 fi 160 fi
161 161
162 use_pixbuf=no 162 use_pixbuf=no
163 if test "x$enable_pixbuf" = "xyes" ; then 163 if test "x$enable_pixbuf" = "xyes" ; then
164 AC_PATH_PROG(pixbufcfg, gdk-pixbuf-config) 164 AC_PATH_PROG(pixbufcfg, gdk-pixbuf-config)