summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-12-02 18:04:19 +0000
committerJim Meyering <jim@meyering.net>2000-12-02 18:04:19 +0000
commitaa266c29ebd66b5c468a9788917d93ff11b14ea4 (patch)
tree5c4618d29698b4a1a6b282bfb298780d8b10cc51 /m4
parent6b94589fa407c0cd3b4ee718cf2511308ae1421c (diff)
downloadcoreutils-aa266c29ebd66b5c468a9788917d93ff11b14ea4.tar.xz
*** empty log message ***
Diffstat (limited to 'm4')
-rw-r--r--m4/off_t-format.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/off_t-format.m4 b/m4/off_t-format.m4
index 7d5e86600..f9115010e 100644
--- a/m4/off_t-format.m4
+++ b/m4/off_t-format.m4
@@ -42,7 +42,7 @@ AC_DEFUN(jm_SYS_OFF_T_PRINTF_FORMAT,
# 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