# HG changeset patch # User Jim Meyering # Date 975780259 0 # Node ID cb97c82eba214306396765511f09e93a900986ef # Parent c0ca5f4fd92cefcd4d18ff57cd955118404c0105 *** empty log message *** diff --git a/m4/off_t-format.m4 b/m4/off_t-format.m4 --- a/m4/off_t-format.m4 +++ b/m4/off_t-format.m4 @@ -42,7 +42,7 @@ # Die if none of the above worked. # FIXME: If this failure become a problem that we can't work around, # an alternative would be to arrange not to build od. - if test $jm_cv_sys_off_t_printf_format = undef; then + if test "$jm_cv_sys_off_t_printf_format" = undef; then AC_MSG_ERROR(dnl [couldn't find a printf format that works with the type, off_t]) fi