# HG changeset patch # User Bruno Haible # Date 1303940547 -7200 # Node ID b7b9269df7ba205178abb08219c8f39011d501b6 # Parent e38cec555642d9aea7d3d71a205fbfdf54d2a784 mkstemp: Tweak configure message when cross-compiling. * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): When cross-compiling, qualify the result as a guess. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-04-27 Bruno Haible + + mkstemp: Tweak configure message when cross-compiling. + * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): When cross-compiling, qualify the + result as a guess. + 2011-04-27 Bruno Haible clean-temp: Clarify what it does. diff --git a/m4/mkstemp.m4 b/m4/mkstemp.m4 --- a/m4/mkstemp.m4 +++ b/m4/mkstemp.m4 @@ -56,10 +56,10 @@ return result;]])], [gl_cv_func_working_mkstemp=yes], [gl_cv_func_working_mkstemp=no], - [gl_cv_func_working_mkstemp=no]) + [gl_cv_func_working_mkstemp="guessing no"]) rm -rf conftest.mkstemp ]) - if test $gl_cv_func_working_mkstemp != yes; then + if test "$gl_cv_func_working_mkstemp" != yes; then REPLACE_MKSTEMP=1 AC_LIBOBJ([mkstemp]) gl_PREREQ_MKSTEMP