summaryrefslogtreecommitdiffstats
path: root/m4/aclocal_fc.m4
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2015-01-27 21:35:30 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2015-01-27 21:35:30 (GMT)
commitf142970ac2f2908408f2452eb067b6f3abc0d65a (patch)
treef723914aa404fad25ab04f9c88de21c03863c8b3 /m4/aclocal_fc.m4
parent06587c6e91e234229d2c00274aae9312df282d3f (diff)
downloadhdf5-f142970ac2f2908408f2452eb067b6f3abc0d65a.zip
hdf5-f142970ac2f2908408f2452eb067b6f3abc0d65a.tar.gz
hdf5-f142970ac2f2908408f2452eb067b6f3abc0d65a.tar.bz2
[svn-r26059] Fix for: HDFFV-9095
4159:: Check if Fortran's default real is double precision. If it is and HL is being built then configure should fail due to bug HDFFV-889. Fix: This check should be located where HL is check for, and it is. Updated the comment to elimenate confusion.
Diffstat (limited to 'm4/aclocal_fc.m4')
-rw-r--r--m4/aclocal_fc.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/aclocal_fc.m4 b/m4/aclocal_fc.m4
index 04bcf5f..a8d839a 100644
--- a/m4/aclocal_fc.m4
+++ b/m4/aclocal_fc.m4
@@ -262,7 +262,7 @@ dnl Change to the Fortran 90 language
dnl Try link a simple MPI program.
AC_MSG_CHECKING([whether a simple MPI-IO Fortran program can be linked])
- AC_LINK_IFELSE([
+ AC_LINK_IFELSE([make
PROGRAM main
USE mpi
INTEGER :: ierr