From 317374f576896ef9a394cf4ec7c59a46c8c11693 Mon Sep 17 00:00:00 2001 From: infirit Date: Wed, 5 Aug 2015 09:05:53 +0200 Subject: Remove AC_CHECK_HEADER for libexif If pkg-config succeeds headers should be available, fixes #95 --- configure.ac | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.ac b/configure.ac index cc5b0b5..60089de 100644 --- a/configure.ac +++ b/configure.ac @@ -164,9 +164,6 @@ AC_ARG_WITH([libexif], AC_HELP_STRING([--without-libexif], [disable EXIF support have_exif=no if test x$with_libexif != xno; then PKG_CHECK_MODULES(EXIF, libexif >= $LIBEXIF_REQUIRED, have_exif=yes, have_exif=no) - if test "x$have_exif" = "xyes"; then - AC_CHECK_HEADER([libexif/exif-data.h],[],[have_exif=no]) - fi fi if test "x$have_exif" = "xyes"; then AC_DEFINE(HAVE_EXIF, 1, [EXIF Support.]) -- cgit v1.2.1