changeset 2659:ce0a757b4d36

[gaim-migrate @ 2672] no. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 01 Nov 2001 23:07:19 +0000
parents 3b1100c527f9
children ddfd4580a0e8
files configure.ac
diffstat 1 files changed, 9 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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