We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be1177b commit 5c13669Copy full SHA for 5c13669
1 file changed
configure
@@ -61329,7 +61329,6 @@ esac
61329
fi
61330
61331
61332
-
61333
if test "x$enablehdf5" = "xyes"
61334
then :
61335
@@ -61369,6 +61368,11 @@ fi
61369
61368
61370
is_package_required=$hdf5required
61371
+if test "x$is_package_required" = "xyes"
61372
+then :
61373
+ with_hdf5=yes
61374
+fi
61375
+
61376
if test "x${with_hdf5}" != "xno"
61377
61378
0 commit comments