mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-12-26 04:17:33 +00:00
Remove zlib dependency
I'm not sure why was that even there, as we don't use zlib.
This commit is contained in:
parent
425b6df7c4
commit
906dbb5b89
@ -810,15 +810,6 @@ AC_CHECK_MEMBER([struct statfs.f_fstypename],
|
||||
[],
|
||||
[#include <sys/statfs.h>])
|
||||
|
||||
dnl
|
||||
dnl Check for zlib
|
||||
dnl
|
||||
|
||||
AC_CHECK_HEADER(zlib.h,
|
||||
[],
|
||||
[AC_MSG_ERROR([zlib is missing; please install the headers first])])
|
||||
|
||||
|
||||
dnl
|
||||
dnl Check for OpenMP support
|
||||
dnl
|
||||
|
Loading…
Reference in New Issue
Block a user