--- rxvt-unicode/autoconf/configure.in 2004/01/29 21:34:14 1.6 +++ rxvt-unicode/autoconf/configure.in 2004/01/29 23:26:01 1.7 @@ -1,6 +1,6 @@ dnl# -*- sh -*- dnl# -dnl# $Id: configure.in,v 1.6 2004/01/29 21:34:14 pcg Exp $ +dnl# $Id: configure.in,v 1.7 2004/01/29 23:26:01 pcg Exp $ dnl# dnl# Process this file with autoconf to produce a configure script. dnl# @@ -354,7 +354,7 @@ fi]) AC_ARG_ENABLE(text-blink, - [ --enable-text-blink enable blinking text], + [ --enable-text-blink enable blinking text], [if test x$enableval = xyes -o x$enableval = xno; then support_text_blink=$enableval fi]) @@ -1196,7 +1196,7 @@ 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_test_blink = xyes; then +if test x$support_text_blink = xyes; then AC_DEFINE(TEXT_BLINK, 1, Define if you want blinking text support) fi if test x$support_unicode3 = xyes; then