changeset 3015:cb97c82eba21

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Sat, 02 Dec 2000 18:04:19 +0000
parents c0ca5f4fd92c
children 532b3d583847
files m4/off_t-format.m4
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m4/off_t-format.m4	Sat Dec 02 18:02:05 2000 +0000
+++ b/m4/off_t-format.m4	Sat Dec 02 18:04:19 2000 +0000
@@ -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