summaryrefslogtreecommitdiff
path: root/lib/make/configure
diff options
context:
space:
mode:
Diffstat (limited to 'lib/make/configure')
-rwxr-xr-xlib/make/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/make/configure b/lib/make/configure
index 63d47c1e..43ac0a4f 100755
--- a/lib/make/configure
+++ b/lib/make/configure
@@ -1349,7 +1349,7 @@ LD=$CXX
if test -r $srcdir/known-architectures/$host_os ; then
. $srcdir/known-architectures/$host_os
fi
-
+
# Deal with the Fortran compiler issues.
# If there's a Fortran 90 compiler use that for all the Fortran.
if test "x$F90" != "x" ; then