diff options
author | Vicent Marti <tanoku@gmail.com> | 2011-03-16 23:02:31 +0200 |
---|---|---|
committer | Vicent Marti <tanoku@gmail.com> | 2011-03-16 23:02:31 +0200 |
commit | 9f81a37aa416446726a00996dce01b02372a43b1 (patch) | |
tree | f9c31f0385fab6cae88dab3a4e22b1a3ef3a8ad8 /deps | |
parent | 36aaf1ff1a8540c364050f62f19f3021b6e121eb (diff) | |
download | libgit2-9f81a37aa416446726a00996dce01b02372a43b1.tar.gz |
Define NO_GZIP in zconf.h instead of at compile time
Diffstat (limited to 'deps')
-rw-r--r-- | deps/zlib/zconf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/zlib/zconf.h b/deps/zlib/zconf.h index ea765a54c..494992aba 100644 --- a/deps/zlib/zconf.h +++ b/deps/zlib/zconf.h @@ -10,6 +10,7 @@ #include "../../src/common.h" +#define NO_GZIP #define STDC /* Jeez, don't complain about non-prototype |