--- rxvt-unicode/autoconf/configure.in 2005/02/16 21:21:43 1.51 +++ rxvt-unicode/autoconf/configure.in 2005/04/17 22:36:13 1.53 @@ -101,7 +101,6 @@ support_utmp=no support_wtmp=no support_lastlog=no -support_cursor_blink=no support_text_blink=no support_pointer_blank=no support_scroll_rxvt=no @@ -144,7 +143,6 @@ support_menubar=yes support_mousewheel=yes support_mouseslipwheel=yes - support_cursor_blink=yes support_text_blink=yes support_pointer_blank=yes support_scroll_rxvt=yes @@ -425,12 +423,6 @@ AC_DEFINE(SMART_RESIZE, 1, Define to use "smart" resize behavior) fi]) -AC_ARG_ENABLE(cursor-blink, - [ --enable-cursor-blink enable blinking cursor], - [if test x$enableval = xyes -o x$enableval = xno; then - support_cursor_blink=$enableval - fi]) - AC_ARG_ENABLE(text-blink, [ --enable-text-blink enable blinking text], [if test x$enableval = xyes -o x$enableval = xno; then @@ -1282,9 +1274,6 @@ if test x$support_pointer_blank = xyes; then AC_DEFINE(POINTER_BLANK, 1, Define if you want hide the pointer while typing) fi -if test x$support_cursor_blink = xyes; then - AC_DEFINE(CURSOR_BLINK, 1, Define if you want blinking cursor support) -fi if test x$support_text_blink = xyes; then AC_DEFINE(TEXT_BLINK, 1, Define if you want blinking text support) fi @@ -1454,12 +1443,17 @@ echo ".----------------------------------------------------------------." fi -echo " *** Please check src/feature.h for further options ***" +echo " *** Optionally check src/feature.h for further options ***" echo echo ".----------------------------------------------------------------." echo ". NOTE: most features are disabled by default, try ." -echo ". configure --help to get an idea of the optional features ." +echo ". configure --help to get an idea of the optional features, ." +echo ". or read ./README.configure ." +echo ". ." +echo ". The script ./reconf gives a reasonable baseline, try it if ." +echo ". you do not want to read documentation and still want some ." +echo ". useful features. ." echo ".----------------------------------------------------------------." echo