From: Rob F. <rob...@us...> - 2001-11-01 22:38:40
|
Update of /cvsroot/gaim/gaim In directory usw-pr-cvs1:/tmp/cvs-serv3906 Modified Files: configure.ac Log Message: Oops. Silly me. Index: configure.ac =================================================================== RCS file: /cvsroot/gaim/gaim/configure.ac,v retrieving revision 1.25 retrieving revision 1.26 diff -u -d -r1.25 -r1.26 --- configure.ac 2001/11/01 22:34:02 1.25 +++ configure.ac 2001/11/01 22:38:35 1.26 @@ -156,7 +156,7 @@ 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" + CFLAGS="$CFLAGS $ORBIT_CFLAGS" fi use_pixbuf=no |