diff options
author | Thomas White <taw@physics.org> | 2009-11-25 14:00:00 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2009-11-25 14:00:00 +0100 |
commit | b0e34adb4187a4a5e4fa738f72817de656bf568a (patch) | |
tree | 2854aec2065b92c0bbb78bb68aa8d8b2818e96b2 | |
parent | ba0d56c36468e614d0eceb99afc5c878b94eda67 (diff) |
Add -lz to libs to keep HDF5 happy
-rw-r--r-- | configure.ac | 2 |
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) |