changeset 2657:149e58938ffc

[gaim-migrate @ 2670] The newest Orbit has the orbit.h in a different place... committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Thu, 01 Nov 2001 22:34:02 +0000
parents b4165d68185b
children 3b1100c527f9
files configure.ac
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Thu Nov 01 21:13:36 2001 +0000
+++ b/configure.ac	Thu Nov 01 22:34:02 2001 +0000
@@ -153,6 +153,12 @@
 fi
 CFLAGS="$CFLAGS $GTK_CFLAGS"
 
+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
+
 use_pixbuf=no
 if test "x$enable_pixbuf" = "xyes" ; then
 	AC_PATH_PROG(pixbufcfg, gdk-pixbuf-config)