From 8d2d73759dfe0c193c29b7e1f0b90a0873c3b9e7 Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Tue, 7 Apr 2009 14:30:26 +0200 Subject: switch ImageMetadata to exiv2 (mostly by Konrad Golling) --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index de7e818..e9cf00e 100644 --- a/configure.ac +++ b/configure.ac @@ -60,5 +60,9 @@ LIBS="`$GSLCONFIG --libs` $LIBS" AC_CHECK_HEADERS([tiffio.h], [], [echo "Error: tiffio.h not found."; exit 1;]) AC_CHECK_LIB([tiff], [TIFFOpen], [], [echo "Error: libtiff.so not found."; exit 1;]) +# Check for exiv2 +AC_CHECK_HEADERS([exiv2/exif.hpp], [], [echo "Error: exiv2/exif.hpp not found."; exit 1;]) +LIBS="$LIBS -lexiv2" + AC_CONFIG_FILES([Makefile src/Makefile]) AC_OUTPUT -- cgit v1.2.3