summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 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.])