1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-29 13:39:10 +00:00

Fix building of iostats.

This commit is contained in:
Pavel Labath 2010-01-06 21:11:58 +01:00
parent d61c545973
commit 79be66b15a

View File

@ -155,6 +155,11 @@
#define APCUPSD
#endif /* BUILD_APCUPSD */
#cmakedefine BUILD_IOSTATS 1
#ifdef BUILD_IOSTATS
#define IOSTATS
#endif /* BUILD_IOSTATS */
#cmakedefine HAVE_ICONV 1
#cmakedefine LUA_EXTRAS 1