summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 8 insertions, 0 deletions
diff --git a/configure b/configure
index d243cc5..9d4726f 100755
--- a/configure
+++ b/configure
@@ -774,6 +774,7 @@ ac_ct_CC
LDFLAGS
CFLAGS
CC
+Fortran_COMPILER_ID
PAC_C_MAX_REAL_PRECISION
UNAME_INFO
enable_static
@@ -3881,6 +3882,8 @@ $as_echo "done" >&6; }
UNAME_INFO=`uname -a`
+Fortran_COMPILER_ID=none
+
## ----------------------------------------------------------------------
## Some platforms have broken basename, and/or xargs programs. Check
## that it actually does what it's supposed to do. Catch this early
@@ -8263,6 +8266,11 @@ ac_compiler_gnu=$ac_cv_fc_compiler_gnu
+cat >>confdefs.h <<_ACEOF
+#define Fortran_COMPILER_ID $Fortran_COMPILER_ID
+_ACEOF
+
+
## Setting definition if there is a 16 byte fortran integer
if `echo $PAC_FC_ALL_INTEGER_KINDS_SIZEOF | grep '16' >/dev/null`; then
HAVE_Fortran_INTEGER_SIZEOF_16="1"