summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-04-07 17:45:18 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-04-07 17:45:18 +0200
commit37a37e91ca0276e5dbb2864ede644d71e5687a7e (patch)
treec79e3e182a08c46b2d9e76fcd881dcb4969cc05f /configure.ac
parentbfdce4d192a946521d54079cf15b9da79ab1316e (diff)
factor out gpsSetCoordinate()
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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