git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d193d73
)
generate HAVE_ZLIB from HAVE_LIBZ and HAVE_ZLIB_H.
author
kramm
<kramm>
Fri, 31 Jan 2003 16:04:54 +0000
(16:04 +0000)
committer
kramm
<kramm>
Fri, 31 Jan 2003 16:04:54 +0000
(16:04 +0000)
config.h.in
patch
|
blob
|
history
diff --git
a/config.h.in
b/config.h.in
index
0ae5d84
..
ece0c0e
100644
(file)
--- a/
config.h.in
+++ b/
config.h.in
@@
-103,4
+103,10
@@
/* Define to 1 if this machine has network byte order*/
#undef WORDS_BIGENDIAN
+#ifdef HAVE_ZLIB_H
+#ifdef HAVE_LIBZ
+#define HAVE_ZLIB
+#endif
+#endif
+
#endif