diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-05-02 15:18:36 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-05-02 15:18:36 +0200 |
commit | e786263a0877472558645a9aad023da2704bb4d8 (patch) | |
tree | 9978c461e4392bcc81cc83c87bd98be512b98fe0 | |
parent | 52f81e6e8ef4d80b006a3063afabb4fc4b60e594 (diff) |
Loosen zlib dependency version.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e89beb6..c3fc352 100644 --- a/configure.ac +++ b/configure.ac @@ -360,7 +360,7 @@ fi #dnl ====================== #dnl Check for zlib #dnl ====================== -PKG_CHECK_MODULES(ZLIB, zlib >= 1.2.7) +PKG_CHECK_MODULES(ZLIB, zlib >= 1.2.3) dnl ====================== dnl Check for the pthread library |