GUAC-240: No longer need to test for jpeg_mem_dest().
This commit is contained in:
parent
78b7b73e78
commit
29527509de
@ -110,13 +110,6 @@ AC_CHECK_DECL([cairo_format_stride_for_width],
|
|||||||
[Whether cairo_format_stride_for_width() is defined])],,
|
[Whether cairo_format_stride_for_width() is defined])],,
|
||||||
[#include <cairo/cairo.h>])
|
[#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
|
# Typedefs
|
||||||
AC_TYPE_SIZE_T
|
AC_TYPE_SIZE_T
|
||||||
AC_TYPE_SSIZE_T
|
AC_TYPE_SSIZE_T
|
||||||
|
Loading…
Reference in New Issue
Block a user