--- rxvt-unicode/autoconf/configure.in 2004/02/22 08:09:36 1.12 +++ rxvt-unicode/autoconf/configure.in 2004/02/25 12:03:47 1.14 @@ -107,13 +107,6 @@ codesets=all fi]) -echo -if test x$support_menubar = xyes; then - support_menubar=no - echo "******* menubar support disabled, does not work" -fi -echo - AC_ARG_ENABLE(unicode3, [ --enable-unicode3 use 21 instead of 16 bits to represent unicode characters], [if test x$enableval = xyes; then @@ -358,7 +351,7 @@ fi]) AC_ARG_WITH(term, - [ --with-term=NAME set the terminal to NAME (default \"xterm\")], + [ --with-term=NAME set the terminal to NAME (default \"rxvt\")], [if test x$withval != x; then AC_DEFINE_UNQUOTED(TERMENV, "$withval",Set TERM to the value given by configure) term="$withval" fi])