Jim Meyering wrote: > Bruno, ok to apply? > ... > @@ -10,6 +10,7 @@ AC_DEFUN([gl_FUNC_NL_LANGINFO], > AC_REQUIRE([gl_LANGINFO_H]) > if test $HAVE_LANGINFO_H = 1; then > AC_CHECK_FUNCS_ONCE([nl_langinfo]) > + : # in case AC_CHECK_FUNCS_ONCE expands to nothing > else > ac_cv_func_nl_langinfo=no > fi
Yes, this patch is obviously OK. Thanks. Sorry, it was my mistake. Bruno