]> granicus.if.org Git - sudo/commitdiff
Add missing "checking" message for gettext when using the cache.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 20 May 2011 19:27:45 +0000 (15:27 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 20 May 2011 19:27:45 +0000 (15:27 -0400)
configure
configure.in

index ad7bea04d9c63db1550bfa2c891a05fba7195f93..b2f46831fb2e99341eadc231b98b5c83f128c766 100755 (executable)
--- a/configure
+++ b/configure
@@ -16773,12 +16773,12 @@ done
 if test "$enable_nls" = "yes"; then
     # List of translations
     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 :
   $as_echo_n "(cached) " >&6
 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
 /* end confdefs.h.  */
 
index b6ea098f3309505c2946a0c24a7450587866cbca..a0bd88d3222df7f20f96d66eef8d7bf98bbe2f64 100644 (file)
@@ -2195,8 +2195,8 @@ AC_CHECK_FUNCS(getprogname, , [
 if test "$enable_nls" = "yes"; then
     # List of translations
     LINGUAS=
-    AC_CACHE_VAL(sudo_cv_gettext, [
     AC_MSG_CHECKING([for gettext])
+    AC_CACHE_VAL(sudo_cv_gettext, [
     AC_LINK_IFELSE(
        [
            AC_LANG_PROGRAM([[#include <libintl.h>]], [(void)gettext((char *)0);])