Add missing "checking" message for gettext when using the cache.

This commit is contained in:
Todd C. Miller
2011-05-20 15:27:45 -04:00
parent bd36d4f2ab
commit 724b64e2ca
2 changed files with 3 additions and 3 deletions

4
configure vendored
View File

@@ -16773,12 +16773,12 @@ done
if test "$enable_nls" = "yes"; then if test "$enable_nls" = "yes"; then
# List of translations # List of translations
LINGUAS= LINGUAS=
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gettext" >&5
$as_echo_n "checking for gettext... " >&6; }
if test "${sudo_cv_gettext+set}" = set; then : if test "${sudo_cv_gettext+set}" = set; then :
$as_echo_n "(cached) " >&6 $as_echo_n "(cached) " >&6
else else
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gettext" >&5
$as_echo_n "checking for gettext... " >&6; }
cat confdefs.h - <<_ACEOF >conftest.$ac_ext cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */ /* end confdefs.h. */

View File

@@ -2195,8 +2195,8 @@ AC_CHECK_FUNCS(getprogname, , [
if test "$enable_nls" = "yes"; then if test "$enable_nls" = "yes"; then
# List of translations # List of translations
LINGUAS= LINGUAS=
AC_CACHE_VAL(sudo_cv_gettext, [
AC_MSG_CHECKING([for gettext]) AC_MSG_CHECKING([for gettext])
AC_CACHE_VAL(sudo_cv_gettext, [
AC_LINK_IFELSE( AC_LINK_IFELSE(
[ [
AC_LANG_PROGRAM([[#include <libintl.h>]], [(void)gettext((char *)0);]) AC_LANG_PROGRAM([[#include <libintl.h>]], [(void)gettext((char *)0);])