src/suspend_no.c: disable JPEG library when frama-c is used

This commit is contained in:
Christophe Grenier 2020-09-11 13:02:54 +02:00
parent 79e2b889da
commit 7cdc0ae265

View file

@ -2,6 +2,9 @@
#include <config.h>
#endif
#ifdef __FRAMAC__
#undef HAVE_LIBJPEG
#endif
#if defined(HAVE_LIBJPEG) && defined(HAVE_JPEGLIB_H)
#include <stdio.h>