|
From: <ho...@us...> - 2004-02-03 21:30:18
|
Update of /cvsroot/ganc/ganc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14434 Modified Files: configure.in Log Message: Fixed initial size and resizing problems with gtk2 Index: configure.in =================================================================== RCS file: /cvsroot/ganc/ganc/configure.in,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** configure.in 20 Jan 2004 01:33:40 -0000 1.17 --- configure.in 3 Feb 2004 21:28:01 -0000 1.18 *************** *** 29,34 **** CFLAGS="-Wall $CFLAGS" ! dnl When working with CVS version make all warnings errors and enable debug ! test "$VERSION" == "cvs" && CFLAGS="-Werror -g $CFLAGS" && COMPILE_DEBUG="yes" dnl bison stuff --- 29,34 ---- CFLAGS="-Wall $CFLAGS" ! dnl When working with CVS version enable debug ##and make all warnings errors ! test "$VERSION" == "cvs" && CFLAGS="-g $CFLAGS" && COMPILE_DEBUG="yes" dnl bison stuff |