summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2011-11-14 15:24:19 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2011-11-14 15:24:19 (GMT)
commitd72085e200b18bdcd6a49a068d84329282fdd89a (patch)
tree9c662c13c1de515c3a9a4464be22b296802ac137 /configure
parentc4a83163d36bd7968928457a30b58fe2394f7fdf (diff)
downloadhdf5-d72085e200b18bdcd6a49a068d84329282fdd89a.zip
hdf5-d72085e200b18bdcd6a49a068d84329282fdd89a.tar.gz
hdf5-d72085e200b18bdcd6a49a068d84329282fdd89a.tar.bz2
[svn-r21752] Purpose:
Revert part of r21421 (F2003 merge to 1.8) which unintentionally removed a line from configure.in that sets FC=no when fortran is not enabled. This ensures that configure doesn't run compiler checks on a fortran compiler when it won't be used. (and can cause failures in configure when no fortran compiler is present as well as issues with the resulting src/Makefile when building DLLs on Cygwin) Tested: h5committest; manually on jam & bangan (Cygwin).
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index e759650..1ae4d56 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Id: configure.in 21638 2011-10-21 15:55:40Z mamcgree .
+# From configure.in Id: configure.in 21723 2011-11-06 22:19:14Z derobins .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.68 for HDF5 1.8.9-snap0.
#
@@ -6373,6 +6373,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
fi
fi
+else
+ FC="no"
fi
ac_ext=c