12 lines
352 B
Diff
12 lines
352 B
Diff
diff --git a/configure b/configure
|
|
index e2d292e..b13c0db 100755
|
|
--- a/configure
|
|
+++ b/configure
|
|
@@ -3874,6 +3874,7 @@
|
|
|
|
echo "building the hdf5 library...";
|
|
cd ../;
|
|
+sed -i 's#/bin/mv#mv#' configure
|
|
./configure --with-pic --enable-shared=no --enable-cxx --enable-hl \
|
|
--with-szlib=${SZIP_HOME} --with-zlib=${ZLIB_HOME} \
|
|
${WITH_S3_VFD} \
|