summaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2015-06-03 14:13:58 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2015-06-03 14:13:58 (GMT)
commit4d500d49023156f1f8ef60375e63ac22e79e1749 (patch)
treed82c8df5cf1a3dc31e3678479fef9346cac709ee /m4
parentf486fe1a495840b0da77a7642a7e572fac3a64b0 (diff)
downloadhdf5-4d500d49023156f1f8ef60375e63ac22e79e1749.zip
hdf5-4d500d49023156f1f8ef60375e63ac22e79e1749.tar.gz
hdf5-4d500d49023156f1f8ef60375e63ac22e79e1749.tar.bz2
[svn-r27140] fixed interger*16 support
Diffstat (limited to 'm4')
-rw-r--r--m4/aclocal_fc.m45
1 files changed, 2 insertions, 3 deletions
diff --git a/m4/aclocal_fc.m4 b/m4/aclocal_fc.m4
index 5107cc1..ea773b8 100644
--- a/m4/aclocal_fc.m4
+++ b/m4/aclocal_fc.m4
@@ -129,7 +129,7 @@ dnl Check to see C_LONG_DOUBLE is available, and if it
dnl is different from C_DOUBLE
AC_DEFUN([PAC_PROG_FC_HAVE_C_LONG_DOUBLE],[
- HAVE_C_LONG_DOUBLE_FORTRAN="no"
+ FORTRAN_HAVE_C_LONG_DOUBLE="no"
AC_MSG_CHECKING([if Fortran C_LONG_DOUBLE is valid])
AC_COMPILE_IFELSE([AC_LANG_SOURCE([
@@ -156,7 +156,7 @@ AC_DEFUN([PAC_PROG_FC_HAVE_C_LONG_DOUBLE],[
CALL h5t(d)
END PROGRAM main
])], [AC_MSG_RESULT([yes])
- HAVE_C_LONG_DOUBLE_FORTRAN="yes"],
+ FORTRAN_HAVE_C_LONG_DOUBLE="yes"],
[AC_MSG_RESULT([no])])
])
@@ -482,7 +482,6 @@ rm -f pac_fconftest.out
],[
pack_int_sizeof="$2"
])
-dnl PAC_FC_ALL_INTEGER_KINDS_SIZEOF="{ $pack_int_sizeof }"
AC_MSG_RESULT([$pack_int_sizeof])
AC_LANG_POP([Fortran])
])