GUAC-240: No longer need to test for jpeg_mem_dest().

This commit is contained in:
Michael Jumper 2015-08-12 16:50:24 -07:00
parent 08cadba16d
commit 96bae8bd9a

View File

@ -110,13 +110,6 @@ AC_CHECK_DECL([cairo_format_stride_for_width],
[Whether cairo_format_stride_for_width() is defined])],,
[#include <cairo/cairo.h>])
AC_CHECK_DECL([jpeg_mem_dest],
[AC_DEFINE([HAVE_JPEG_MEM_DEST],,
[Whether jpeg_mem_dest() is defined])],,
[#include <stddef.h>
#include <stdio.h>
#include <jpeglib.h>])
# Typedefs
AC_TYPE_SIZE_T
AC_TYPE_SSIZE_T