summaryrefslogtreecommitdiffstats
path: root/configure
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
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')
-rwxr-xr-xconfigure5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure b/configure
index f5fd975..8a476dd 100755
--- a/configure
+++ b/configure
@@ -6849,8 +6849,11 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
## echo $HAVE_FORTRAN_2003
as_fn_error $? "Fortran compiler lacks required Fortran 2003 features; unsupported Fortran 2003 compiler, remove --enable-fortran2003" "$LINENO" 5
else
- ## echo $HAVE_FORTRAN_2003
HAVE_FORTRAN_2003="yes"
+ ## We are have a 2003 compiler
+
+$as_echo "#define HAVE_FORTRAN_2003 1" >>confdefs.h
+
fi
fi
else