aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2009-11-25 14:00:00 +0100
committerThomas White <taw@physics.org>2009-11-25 14:00:00 +0100
commitb0e34adb4187a4a5e4fa738f72817de656bf568a (patch)
tree2854aec2065b92c0bbb78bb68aa8d8b2818e96b2 /configure.ac
parentba0d56c36468e614d0eceb99afc5c878b94eda67 (diff)
Add -lz to libs to keep HDF5 happy
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 b42ca0c3..e5c8383d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,6 +25,6 @@ AC_ARG_WITH(hdf5,
[HDF5_LIBS="-lhdf5"])
CFLAGS="$CFLAGS $HDF5_CFLAGS"
-LIBS="$LIBS $HDF5_LIBS -lm -lgsl -lgslcblas"
+LIBS="$LIBS $HDF5_LIBS -lm -lz -lgsl -lgslcblas"
AC_OUTPUT(Makefile src/Makefile)