From 9897eb4cfab3395ec44c63833af3e157150e8270 Mon Sep 17 00:00:00 2001 From: kramm Date: Mon, 3 Feb 2003 23:55:32 +0000 Subject: [PATCH] new variable HAVE_JPEGLIB --- config.h.in | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 1.7.10.4