summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure9
1 files changed, 4 insertions, 5 deletions
diff --git a/configure b/configure
index e329014..3d7139c 100755
--- a/configure
+++ b/configure
@@ -6337,20 +6337,19 @@ fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if Fortran compiler supports ISO_C_BINDING module" >&5
$as_echo_n "checking if Fortran compiler supports ISO_C_BINDING module... " >&6; }
+
cat > conftest.$ac_ext <<_ACEOF
program main
-
- USE iso_c_binding
-
+USE iso_c_binding
end
_ACEOF
if ac_fn_fc_try_compile "$LINENO"; then :
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
- HAVE_ISO_C_BINDING="yes"
+$as_echo "yes" >&6; } HAVE_ISO_C_BINDING="yes"
else
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
+
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext