X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fnl_langinfo.m4;h=ad456a264ce925faa0c181e9a8dc4f28517af663;hb=9f737c8fda7811e7572c6c8525459a89ef27c7ef;hp=ecb05c4a382146684f4ab5b924948d4d460d5e01;hpb=b2e2010c7c902235b5efb5bd3c6529f61b093aa4;p=gnulib.git diff --git a/m4/nl_langinfo.m4 b/m4/nl_langinfo.m4 index ecb05c4a3..ad456a264 100644 --- a/m4/nl_langinfo.m4 +++ b/m4/nl_langinfo.m4 @@ -1,4 +1,4 @@ -# nl_langinfo.m4 serial 1 +# nl_langinfo.m4 serial 3 dnl Copyright (C) 2009, 2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -8,11 +8,7 @@ AC_DEFUN([gl_FUNC_NL_LANGINFO], [ AC_REQUIRE([gl_LANGINFO_H_DEFAULTS]) AC_REQUIRE([gl_LANGINFO_H]) - if test $HAVE_LANGINFO_H = 1; then - AC_CHECK_FUNCS_ONCE([nl_langinfo]) - else - ac_cv_func_nl_langinfo=no - fi + AC_CHECK_FUNCS_ONCE([nl_langinfo]) if test $ac_cv_func_nl_langinfo = yes; then if test $HAVE_LANGINFO_CODESET = 1 && test $HAVE_LANGINFO_ERA = 1; then :