X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fmkstemp.m4;h=0437f14e31c4ba042cf845cf5635b22f687d5309;hb=cca883f60cf5e624b7752fa837548965512e2861;hp=06187c6c51c417c39082d14828f049d2b0ee5e46;hpb=7338e602a26fa145af0f4e815ba098e7913aa7e3;p=gnulib.git diff --git a/m4/mkstemp.m4 b/m4/mkstemp.m4 index 06187c6c5..0437f14e3 100644 --- a/m4/mkstemp.m4 +++ b/m4/mkstemp.m4 @@ -56,10 +56,10 @@ AC_DEFUN([gl_FUNC_MKSTEMP], 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