Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
elpa
elpa
Commits
234c4f6c
Commit
234c4f6c
authored
May 28, 2014
by
Andreas Marek
Browse files
Introduce forgotten AC_MSG_RESULT statement
parent
4fd03da2
Changes
2
Hide whitespace changes
Inline
Side-by-side
ELPA_2014.06/configure
View file @
234c4f6c
...
...
@@ -6446,6 +6446,8 @@ else
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${can_use_iso_fortran_env}" >&5
$as_echo "${can_use_iso_fortran_env}" >&6; }
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can compile a Fortran program using MKL" >&5
$as_echo_n "checking whether we can compile a Fortran program using MKL... " >&6; }
...
...
@@ -21263,7 +21265,7 @@ ac_compiler_gnu=$ac_cv_fc_compiler_gnu
#AC_SUBST(OPT_FCFLAGS)
rm -rf modules/
rm -rf modules/
.fortran_dependencies/
mkdir modules
#gl_VISIBILITY
...
...
ELPA_2014.06/configure.ac
View file @
234c4f6c
...
...
@@ -759,6 +759,7 @@ AC_COMPILE_IFELSE([AC_LANG_SOURCE([
[can_use_iso_fortran_env=yes],
[can_use_iso_fortran_env=no]
)
AC_MSG_RESULT([${can_use_iso_fortran_env}])
dnl check whether one can link with specified MKL (desired method)
AC_MSG_CHECKING([whether we can compile a Fortran program using MKL])
...
...
@@ -1452,7 +1453,7 @@ AC_SUBST(BLACS_FCFLAGS)
#AC_SUBST(OPT_FCFLAGS)
rm -rf modules/
rm -rf modules/
.fortran_dependencies/
mkdir modules
#gl_VISIBILITY
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment