diff options
author | Thomas White <taw@physics.org> | 2010-01-05 17:35:59 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-01-05 17:36:49 +0100 |
commit | 8a89c359ebb241d36db89acf188d130691663e51 (patch) | |
tree | d6ca62bddfc57eced23e342ce49ebaa1c9f46066 /configure.ac | |
parent | 9a0a1c228355e0efb7f423529c11bc162b7cbafd (diff) |
Introduce process_images
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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) |