From 37a37e91ca0276e5dbb2864ede644d71e5687a7e Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Tue, 7 Apr 2009 17:45:18 +0200 Subject: factor out gpsSetCoordinate() --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 09b9b44..9d9a4e0 100644 --- a/configure.ac +++ b/configure.ac @@ -62,7 +62,7 @@ AC_CHECK_LIB([tiff], [TIFFOpen], [], [echo "Error: libtiff.so not found."; exit # Check for exiv2 AC_CHECK_HEADERS([exiv2/exif.hpp], [], [echo "Error: exiv2/exif.hpp not found."; exit 1;]) -LIBS="$LIBS -lexiv2" +LIBS="-lexiv2 $LIBS" AC_CONFIG_FILES([Makefile src/Makefile]) AC_OUTPUT -- cgit v1.2.3