From 32d49b6025678feea6f1b54d4d1fa8657559c023 Mon Sep 17 00:00:00 2001 From: schnetter Date: Thu, 25 Mar 2010 22:11:40 +0000 Subject: Configure on Windows correctly git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@9 fb53df36-e548-4a1e-8150-ab98cbd5e786 --- HDF5.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/HDF5.sh b/HDF5.sh index 54b2e49..67172e4 100644 --- a/HDF5.sh +++ b/HDF5.sh @@ -167,6 +167,11 @@ if [ $test_zlib -eq 0 ]; then fi fi +# Add the math library which might not be linked by default +if [ $is_windows -eq 0 ]; then + HDF5_LIBS="$HDF5_LIBS m" +fi + ################################################################################ -- cgit v1.2.3