Fixed a typo noted by Jindrich Novy.

This commit is contained in:
Roland Illig 2005-07-18 10:03:26 +00:00
parent fb221cb8b0
commit e34ffeeb36
1 changed files with 1 additions and 1 deletions

View File

@ -500,7 +500,7 @@ dnl job is to detect a method to get file system information.
if test $ac_cv_func_statvfs = yes; then
space=yes
AC_DEFINE(STAT_STATVFS, 1,
[Define if function `statfs' can be used])
[Define if function `statvfs' can be used])
fi
fi