bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

nl_langinfo.m4: HAVE_LANGINFO_CODESET unquoted


From: Gavin Smith
Subject: nl_langinfo.m4: HAVE_LANGINFO_CODESET unquoted
Date: Mon, 11 Jan 2016 20:32:51 +0000

In the nl_langinfo.m4 file, there's a test:

 if test $HAVE_LANGINFO_CODESET = 1 && test $HAVE_LANGINFO_ERA = 1 \
        && test $FUNC_NL_LANGINFO_YESEXPR_WORKS = 1; then
      :
    else

This gave an (apparently harmless) error message when configuring
under OpenIndiana 11:

./configure[22339]: test: argument expected

Maybe the variables being tested need to have their expansions
surrounded in double quotes, or whatever reason these variables aren't
set should be fixed.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]