diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2015-02-23 15:58:12 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2015-02-23 15:58:12 (GMT) |
commit | e171ee01f180cbd326efbdf3254cee94bc4d9622 (patch) | |
tree | 15230b69c96eea0369432c4add9e6ba3e6d2e6a1 /m4/aclocal_fc.m4 | |
parent | 0c29ac42cd986762e1fa1f937cabe2037f0d53b5 (diff) | |
download | hdf5-e171ee01f180cbd326efbdf3254cee94bc4d9622.zip hdf5-e171ee01f180cbd326efbdf3254cee94bc4d9622.tar.gz hdf5-e171ee01f180cbd326efbdf3254cee94bc4d9622.tar.bz2 |
[svn-r26280] Removed tab indenting for Fortran source, tab indenting is not F2003 standard compliant.
Diffstat (limited to 'm4/aclocal_fc.m4')
-rw-r--r-- | m4/aclocal_fc.m4 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/m4/aclocal_fc.m4 b/m4/aclocal_fc.m4 index be3336f..cda2fee 100644 --- a/m4/aclocal_fc.m4 +++ b/m4/aclocal_fc.m4 @@ -156,13 +156,13 @@ dnl HAVE_F2003_REQUIREMENTS="no" AC_LINK_IFELSE([AC_LANG_PROGRAM([],[ - USE iso_c_binding - IMPLICIT NONE - TYPE(C_PTR) :: ptr - TYPE(C_FUNPTR) :: funptr - CHARACTER(LEN=80, KIND=c_char), TARGET :: ichr + USE iso_c_binding + IMPLICIT NONE + TYPE(C_PTR) :: ptr + TYPE(C_FUNPTR) :: funptr + CHARACTER(LEN=80, KIND=c_char), TARGET :: ichr - ptr = C_LOC(ichr(1:1)) + ptr = C_LOC(ichr(1:1)) ])],[AC_MSG_RESULT([yes]) HAVE_F2003_REQUIREMENTS=[yes]], |