From: kramm <kramm>
Date: Wed, 12 Dec 2007 10:59:11 +0000 (+0000)
Subject: added HAVE_IMAGING #define
X-Git-Tag: buttons-working~446
X-Git-Url: http://git.asbjorn.it/?a=commitdiff_plain;h=b45b5defe54796c142c1527cff5f31bc0b572d08;p=swftools.git

added HAVE_IMAGING #define
---

diff --git a/config.h.in b/config.h.in
index b468b28..5de04cf 100644
--- a/config.h.in
+++ b/config.h.in
@@ -151,6 +151,9 @@
 /* have/use internal l.a.m.e. mp3 library */
 #undef HAVE_LAME 
 
+/* whether python-imaging was found */
+#undef HAVE_PYTHON_IMAGING
+
 /* system() can handle command substitution */
 #undef SYSTEM_BACKTICKS