From 8a89c359ebb241d36db89acf188d130691663e51 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 5 Jan 2010 17:35:59 +0100 Subject: Introduce process_images --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 7cdf50e5..cce0fc00 100644 --- a/configure.ac +++ b/configure.ac @@ -31,6 +31,6 @@ AC_MSG_WARN([GTK not found. hdfsee will not be built.])) AM_CONDITIONAL([HAVE_GTK], test x$havegtk = xtrue) CFLAGS="$CFLAGS $HDF5_CFLAGS $GTK_CFLAGS" -LIBS="$LIBS $HDF5_LIBS -lm -lz -lgsl -lgslcblas $GTK_LIBS -lgthread-2.0" +LIBS="$LIBS $HDF5_LIBS -lm -lz -lgsl -lgslcblas $GTK_LIBS -lgthread-2.0 -lutil" AC_OUTPUT(Makefile src/Makefile data/Makefile) -- cgit v1.2.3