summaryrefslogtreecommitdiff
path: root/m4/ftruncate.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/ftruncate.m4')
-rw-r--r--m4/ftruncate.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ftruncate.m4 b/m4/ftruncate.m4
index 473fde210..1be562ed9 100644
--- a/m4/ftruncate.m4
+++ b/m4/ftruncate.m4
@@ -21,7 +21,7 @@ AC_DEFUN(jm_FUNC_FTRUNCATE,
fu_cv_sys_ftruncate_emulation=no)])
AC_MSG_RESULT($fu_cv_sys_ftruncate_emulation)
if test $fu_cv_sys_ftruncate_emulation = yes; then
- AC_LIBOBJ([ftruncate])
+ AC_LIBOBJ(ftruncate)
fi
fi
])