mirror of
https://github.com/curl/curl.git
synced 2026-07-26 05:47:16 +03:00
or newer -> higher
This commit is contained in:
parent
1d5dc6d2f9
commit
7d02e46280
11 changed files with 16 additions and 16 deletions
|
|
@ -65,7 +65,7 @@
|
|||
#ifdef HAVE_LIBZ
|
||||
|
||||
#if !defined(ZLIB_VERNUM) || (ZLIB_VERNUM < 0x1252)
|
||||
#error "requires zlib 1.2.5.2 or newer"
|
||||
#error "requires zlib 1.2.5.2 or higher"
|
||||
#endif
|
||||
|
||||
typedef enum {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue