summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2015-01-13 16:23:07 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2015-01-13 16:23:07 (GMT)
commitc6cf45e3e70dcf50f707d3fee68e5a92944982d7 (patch)
treedc3a44f19c52659128a29a5f3bdf56335a5206c3 /configure.ac
parentd3ddfe842da3d31fc15f8b1851a87fbe56703412 (diff)
downloadhdf5-c6cf45e3e70dcf50f707d3fee68e5a92944982d7.zip
hdf5-c6cf45e3e70dcf50f707d3fee68e5a92944982d7.tar.gz
hdf5-c6cf45e3e70dcf50f707d3fee68e5a92944982d7.tar.bz2
[svn-r25978] Bug fix for HDFFV-8847
Tested: h5committest
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9559d7e..98d2b6a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -569,8 +569,9 @@ if test "X$HDF_FORTRAN" = "Xyes"; then
## echo $HAVE_FORTRAN_2003
AC_MSG_ERROR([Fortran compiler lacks required Fortran 2003 features; unsupported Fortran 2003 compiler, remove --enable-fortran2003])
else
- ## echo $HAVE_FORTRAN_2003
HAVE_FORTRAN_2003="yes"
+ ## We are have a 2003 compiler
+ AC_DEFINE([HAVE_FORTRAN_2003], [1], [Define if we have F2003 compiler])
fi
fi
else