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:
e7bed7f
)
new variable HAVE_JPEGLIB
author
kramm
<kramm>
Mon, 3 Feb 2003 23:55:32 +0000
(23:55 +0000)
committer
kramm
<kramm>
Mon, 3 Feb 2003 23:55:32 +0000
(23:55 +0000)
config.h.in
patch
|
blob
|
history
diff --git
a/config.h.in
b/config.h.in
index
ece0c0e
..
66f50c7
100644
(file)
--- a/
config.h.in
+++ b/
config.h.in
@@
-109,4
+109,10
@@
#endif
#endif
+#ifdef HAVE_JPEGLIB_H
+#ifdef HAVE_LIBJPEG
+#define HAVE_JPEGLIB
+#endif
+#endif
+
#endif