diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-10-27 19:04:48 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-10-27 19:04:48 +0100 |
commit | 8a410c2c6cd0ac5c0c63d522f6ccd39c778f1496 (patch) | |
tree | a8f586faf5dd3187fa49e1834e60496f09a2f224 /configure.ac | |
parent | 37f12cacce3ed1de57d96849b9ba4489ccbb3fe6 (diff) |
Remove unneeded zlib reference.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index 7934cc2..274a6cc 100644 --- a/configure.ac +++ b/configure.ac @@ -444,11 +444,6 @@ AS_IF([test x$enable_resampler == xsrc], )] ) -#dnl ====================== -#dnl Check for zlib -#dnl ====================== -PKG_CHECK_MODULES(ZLIB, zlib >= 1.2.3) - dnl ====================== dnl Check for the pthread library dnl ====================== |