aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@fb53df36-e548-4a1e-8150-ab98cbd5e786>2013-07-28 22:47:03 +0000
committereschnett <eschnett@fb53df36-e548-4a1e-8150-ab98cbd5e786>2013-07-28 22:47:03 +0000
commit212af55580836dae594f91ae81691e6dc42611e5 (patch)
treec5cfa44e1b91fa218eebf35d54a8dc6100d7d4bc
parent11a04f3adc189b28a81d16f7ec9cc5a36d0e3f30 (diff)
Do not pass CPP when building HDF5
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@78 fb53df36-e548-4a1e-8150-ab98cbd5e786
-rw-r--r--configure.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.sh b/configure.sh
index 62dec68..8b893c0 100644
--- a/configure.sh
+++ b/configure.sh
@@ -159,6 +159,7 @@ then
export FCFLAGS="${F90FLAGS}"
fi
export LDFLAGS
+ unset CPP
unset LIBS
unset RPATH
if echo '' ${ARFLAGS} | grep 64 > /dev/null 2>&1; then