mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-12-27 04:32:55 +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>])
|
[#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
|
||||||
dnl Check for OpenMP support
|
dnl Check for OpenMP support
|
||||||
dnl
|
dnl
|
||||||
|
Loading…
Reference in New Issue
Block a user