comparison configure.ac @ 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 c4ad36781d1b
children 3b1100c527f9
comparison
equal deleted inserted replaced
2656:b4165d68185b 2657:149e58938ffc
151 UI_LIBS="$UI_LIBS $GTK_LIBS" 151 UI_LIBS="$UI_LIBS $GTK_LIBS"
152 AC_PATH_PROG(gaimpath, gaim) 152 AC_PATH_PROG(gaimpath, gaim)
153 fi 153 fi
154 CFLAGS="$CFLAGS $GTK_CFLAGS" 154 CFLAGS="$CFLAGS $GTK_CFLAGS"
155 155
156 if test "x$enable_panel" = "xyes" ; then
157 dnl Things moved with the new versoin of Orbit. Thanks for
158 dnl telling me, Dan. This should fix them.
159 CFLAGS="$CFLAGS ORBIT_CFLAGS"
160 fi
161
156 use_pixbuf=no 162 use_pixbuf=no
157 if test "x$enable_pixbuf" = "xyes" ; then 163 if test "x$enable_pixbuf" = "xyes" ; then
158 AC_PATH_PROG(pixbufcfg, gdk-pixbuf-config) 164 AC_PATH_PROG(pixbufcfg, gdk-pixbuf-config)
159 if test "x$pixbufcfg" != "x" ; then 165 if test "x$pixbufcfg" != "x" ; then
160 GDK_PIXBUF_CFLAGS=`$pixbufcfg --cflags` 166 GDK_PIXBUF_CFLAGS=`$pixbufcfg --cflags`