[lwatch-cvs] files configure.ac,1.45,1.46
Brought to you by:
arturcz
|
From: Artur R. C. <ar...@us...> - 2004-08-14 15:47:15
|
Update of /cvsroot/lwatch/files In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv591 Modified Files: configure.ac Log Message: --enable-resize is broken Index: configure.ac =================================================================== RCS file: /cvsroot/lwatch/files/configure.ac,v retrieving revision 1.45 retrieving revision 1.46 diff -C2 -d -r1.45 -r1.46 *** configure.ac 14 Aug 2004 14:27:07 -0000 1.45 --- configure.ac 14 Aug 2004 15:47:06 -0000 1.46 *************** *** 145,149 **** AC_MSG_CHECKING(for compile with terminal resizing support) AC_ARG_ENABLE(resize, ! AC_HELP_STRING([--enable-resize],[Compile with terminal resizing support]), , [enable_resize="no"]) AC_MSG_RESULT($enable_resize) --- 145,149 ---- AC_MSG_CHECKING(for compile with terminal resizing support) AC_ARG_ENABLE(resize, ! AC_HELP_STRING([--enable-resize],[Compile with terminal resizing support (broken, use on your own risk)]), , [enable_resize="no"]) AC_MSG_RESULT($enable_resize) |