scilab/scilab-5.3.0-disable-hdf5.patch

21 lines
495 B
Diff

--- configure.ac 2011-02-05 11:40:17.000000000 +0100
+++ configure.ac-gil 2011-02-05 11:41:06.000000000 +0100
@@ -655,11 +655,12 @@
HDF5_ENABLE=no
-if test "$with_hdf5" != no; then
- AC_HDF5()
-# TODO: check if the JNI JHDF5 library are available
- HDF5_ENABLE=yes
-fi
+with_hdf5=no
+#if test "$with_hdf5" != no; then
+# AC_HDF5()
+## TODO: check if the JNI JHDF5 library are available
+# HDF5_ENABLE=yes
+#fi
AC_SUBST(HDF5_ENABLE)
AM_CONDITIONAL(HDF5, test "$with_hdf5" != no)