From b45b5defe54796c142c1527cff5f31bc0b572d08 Mon Sep 17 00:00:00 2001 From: kramm Date: Wed, 12 Dec 2007 10:59:11 +0000 Subject: [PATCH] added HAVE_IMAGING #define --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) 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 -- 1.7.10.4