From: kramm Date: Mon, 3 Feb 2003 23:55:32 +0000 (+0000) Subject: new variable HAVE_JPEGLIB X-Git-Tag: release-0-4-4~135 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=9897eb4cfab3395ec44c63833af3e157150e8270 new variable HAVE_JPEGLIB --- diff --git a/config.h.in b/config.h.in index ece0c0e..66f50c7 100644 --- 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