summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2015-05-01 16:32:52 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2015-05-01 16:32:52 (GMT)
commit60960ec8a7d0e3d8cca85d18b6894eeb2c1e3748 (patch)
tree868aeee3eae39703bf31bc09197c919ed6d3b3d7 /configure
parent2c575bb79a1e762653aa4393b141bf0c3b78cb01 (diff)
downloadhdf5-60960ec8a7d0e3d8cca85d18b6894eeb2c1e3748.zip
hdf5-60960ec8a7d0e3d8cca85d18b6894eeb2c1e3748.tar.gz
hdf5-60960ec8a7d0e3d8cca85d18b6894eeb2c1e3748.tar.bz2
[svn-r26990] Updated the F2003 error statement when find a nonF2003 compiler.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 4f26f17..a886828 100755
--- a/configure
+++ b/configure
@@ -5763,7 +5763,7 @@ rm -f core conftest.err conftest.$ac_objext \
if test "X$HAVE_F2003_REQUIREMENTS" = "Xno"; then
- as_fn_error $? "Fortran compiler lacks required Fortran 2003 features; unsupported Fortran 2003 compiler, remove --enable-fortran2003" "$LINENO" 5
+ as_fn_error $? "Fortran compiler lacks required Fortran 2003 features; unsupported Fortran 2003 compiler, remove --enable-fortran" "$LINENO" 5
else
HAVE_FORTRAN_2003="yes"
fi