projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bcbe09
)
*** empty log message ***
author
Jim Meyering
<jim@meyering.net>
Sat, 2 Dec 2000 18:04:19 +0000
(18:04 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sat, 2 Dec 2000 18:04:19 +0000
(18:04 +0000)
m4/off_t-format.m4
patch
|
blob
|
history
diff --git
a/m4/off_t-format.m4
b/m4/off_t-format.m4
index 7d5e8660017069e6c8d2ad6695cadf6ae0e53136..f9115010e9a92f599f2d79f5dd2a5a15d8a2732c 100644
(file)
--- 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