# HG changeset patch # User Eric Warmenhoven # Date 1004656039 0 # Node ID ce0a757b4d36f4d9e67e3434dd07b5cd066052d2 # Parent 3b1100c527f9e28669675d5730b33d4907ed452e [gaim-migrate @ 2672] no. committer: Tailor Script diff -r 3b1100c527f9 -r ce0a757b4d36 configure.ac --- a/configure.ac Thu Nov 01 22:38:35 2001 +0000 +++ b/configure.ac Thu Nov 01 23:07:19 2001 +0000 @@ -153,11 +153,17 @@ fi CFLAGS="$CFLAGS $GTK_CFLAGS" -if test "x$enable_panel" = "xyes" ; then +dnl if test "x$enable_panel" = "xyes" ; then dnl Things moved with the new versoin of Orbit. Thanks for dnl telling me, Dan. This should fix them. - CFLAGS="$CFLAGS $ORBIT_CFLAGS" -fi + dnl + dnl The gnome-config script should pick this up and affect GNOME_ variables + dnl correctly. Thus, this check is not needed; if it fails, it is because of + dnl a broken installation or that your appletsConf.sh file is not updated + dnl for the new orbit installation. Gaim shouldn't need to do this. + dnl + dnl CFLAGS="$CFLAGS $ORBIT_CFLAGS" +dnl fi use_pixbuf=no if test "x$enable_pixbuf" = "xyes" ; then