mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-20 03:51:18 +00:00
Fix iostats configure stuff.
This commit is contained in:
parent
9aeae3419c
commit
42bf8750ac
@ -238,13 +238,13 @@ dnl
|
||||
|
||||
AC_ARG_ENABLE([iostats],
|
||||
AC_HELP_STRING([--enable-iostats],
|
||||
[enable if you want support for per-task I/O statistics @<:@default=no@:>@]),
|
||||
[want_iostats="$enableval"], [want_iostats=no])
|
||||
[enable if you want support for per-task I/O statistics @<:@default=yes@:>@]),
|
||||
[want_iostats="$enableval"], [want_iostats=yes])
|
||||
|
||||
if test x$want_iostats = xyes; then
|
||||
if test x"$uname" != xLinux; then
|
||||
AC_MSG_NOTICE([iostats not supported on $uname... disabling])
|
||||
want_apcupsd=no
|
||||
want_iostats=no
|
||||
else
|
||||
AC_DEFINE(IOSTATS, 1, [Define if you want support for per-task I/O statistics])
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user