diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2022-11-11 04:56:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-11 04:56:53 (GMT) |
commit | 5985d0e0b14d7df406ac7818f4b52b6fdbcc9b1b (patch) | |
tree | 305e1e180e0668234edf6f4e332c7b9a1469488f | |
parent | a8942c7413e939344b1244f041b72def191718f2 (diff) | |
download | hdf5-5985d0e0b14d7df406ac7818f4b52b6fdbcc9b1b.zip hdf5-5985d0e0b14d7df406ac7818f4b52b6fdbcc9b1b.tar.gz hdf5-5985d0e0b14d7df406ac7818f4b52b6fdbcc9b1b.tar.bz2 |
removed uninterpretable line (#2249)
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index eea7537..0dd7334 100644 --- a/configure.ac +++ b/configure.ac @@ -623,7 +623,7 @@ if test "X$HDF_FORTRAN" = "Xyes"; then [fmoddir=$withval], [fmoddir="\${includedir}"]) AC_SUBST([fmoddir], [$fmoddir]) - + ## Change to the Fortran 90 language AC_LANG_PUSH(Fortran) |