[lwatch-cvs] files configure.ac,1.40,1.41
Brought to you by:
arturcz
|
From: <ar...@us...> - 2004-03-11 23:51:57
|
Update of /cvsroot/lwatch/files In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23820 Modified Files: configure.ac Log Message: Resize support is disabled by default. Index: configure.ac =================================================================== RCS file: /cvsroot/lwatch/files/configure.ac,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** configure.ac 11 Mar 2004 17:07:04 -0000 1.40 --- configure.ac 11 Mar 2004 23:24:58 -0000 1.41 *************** *** 133,137 **** AC_ARG_ENABLE(resize, AC_HELP_STRING([--enable-resize],[Compile with terminal resizing support]), , ! [enable_resize="yes"]) AC_MSG_RESULT($enable_resize) if test "$enable_resize" = "yes"; then --- 133,137 ---- AC_ARG_ENABLE(resize, AC_HELP_STRING([--enable-resize],[Compile with terminal resizing support]), , ! [enable_resize="no"]) AC_MSG_RESULT($enable_resize) if test "$enable_resize" = "yes"; then |