From 61333b001c09fb24709398d2ad2dae16b8451080 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Mon, 31 Jul 2000 07:18:28 +0000 Subject: Brendan Cully's SASL patch. I hope I didn't miss any files. --- m4/gettext.m4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'm4') diff --git a/m4/gettext.m4 b/m4/gettext.m4 index ad04c73c..52979162 100644 --- a/m4/gettext.m4 +++ b/m4/gettext.m4 @@ -17,7 +17,7 @@ AC_DEFUN(MUTT_AM_WITH_NLS, [AC_MSG_CHECKING([whether NLS is requested]) dnl Default is enabled NLS AC_ARG_ENABLE(nls, - [ --disable-nls do not use Native Language Support], + [ --disable-nls Do not use Native Language Support], USE_NLS=$enableval, USE_NLS=yes) AC_MSG_RESULT($USE_NLS) AC_SUBST(USE_NLS) @@ -29,7 +29,7 @@ AC_DEFUN(MUTT_AM_WITH_NLS, AC_DEFINE(ENABLE_NLS) AC_MSG_CHECKING([whether included gettext is requested]) AC_ARG_WITH(included-gettext, - [ --with-included-gettext use the GNU gettext library included here], + [ --with-included-gettext Use the GNU gettext library included here], nls_cv_force_use_gnu_gettext=$withval, nls_cv_force_use_gnu_gettext=no) AC_MSG_RESULT($nls_cv_force_use_gnu_gettext) @@ -84,7 +84,7 @@ AC_DEFUN(MUTT_AM_WITH_NLS, if test "$CATOBJEXT" = "NONE"; then AC_MSG_CHECKING([whether catgets can be used]) AC_ARG_WITH(catgets, - [ --with-catgets use catgets functions if available], + [ --with-catgets Use catgets functions if available], nls_cv_use_catgets=$withval, nls_cv_use_catgets=no) AC_MSG_RESULT($nls_cv_use_catgets) -- cgit v1.2.3