|
@@ -1602,7 +1602,7 @@ then
|
|
|
|
|
|
|
|
if [$PATH_TO_SWAPINFO -k 2>/dev/null | egrep -i "^Device +1K-blocks +Used +Avail" >/dev/null]
|
|
if [$PATH_TO_SWAPINFO -k 2>/dev/null | egrep -i "^Device +1K-blocks +Used +Avail" >/dev/null]
|
|
|
then
|
|
then
|
|
|
- ac_cv_swap_format=["%*s %f %*d %f"]
|
|
|
|
|
|
|
+ ac_cv_swap_format=["%*s %lf %*d %lf"]
|
|
|
ac_cv_swap_conv=1024
|
|
ac_cv_swap_conv=1024
|
|
|
AC_MSG_RESULT([using FreeBSD format swapinfo])
|
|
AC_MSG_RESULT([using FreeBSD format swapinfo])
|
|
|
fi
|
|
fi
|