# HG changeset patch # User Rob Flynn # Date 1004654042 0 # Node ID 149e58938ffc73846c77e2d17c2ba97640768e51 # Parent b4165d68185b40fa5678d6817d0928731f394b9d [gaim-migrate @ 2670] The newest Orbit has the orbit.h in a different place... committer: Tailor Script diff -r b4165d68185b -r 149e58938ffc configure.ac --- 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)