X-Git-Url: http://git.pond.sub.org/?p=empserver;a=blobdiff_plain;f=m4%2Fmy_terminfo.m4;fp=m4%2Fmy_terminfo.m4;h=f4d33bdfef0335d2782572ad99eebc5c2887ce5a;hp=844bda3e5bf0402d4161c7ffa15a8ede09b1d5e5;hb=48fcff36b2460afc944904ee8a5e3b1b90a38fff;hpb=56f426ae9e39a925ea58a63c571612dc736c75dd diff --git a/m4/my_terminfo.m4 b/m4/my_terminfo.m4 index 844bda3e5..f4d33bdfe 100644 --- a/m4/my_terminfo.m4 +++ b/m4/my_terminfo.m4 @@ -14,11 +14,11 @@ AC_DEFUN([MY_WITH_TERMINFO], [ AC_ARG_WITH([terminfo], AS_HELP_STRING([--with-terminfo], - [use terminfo for highlighting (default check)])) + [use terminfo for highlighting @<:@default check@:>@])) if test "x$with_terminfo" != xno; then MY_CURSES_TERMINFO if test "$have_terminfo$with_terminfo" = noyes - then AC_MSG_FAILURE([Can't satisfy --with-terminfo]) + then AC_MSG_FAILURE([--with-terminfo was given, but test for terminfo failed]) fi with_terminfo="$have_terminfo" fi