Skip to content

Commit

Permalink
prm: autoconf now more fussy and eval quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
pwdraper committed Feb 26, 2014
1 parent 5f3dc7f commit 1545b6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/prm/configure.ac
Expand Up @@ -74,9 +74,9 @@ dnl PWD: note in passing, this test always fails as it does not use
dnl Fortran, might be just as well.
AC_CACHE_CHECK([whether ${FC} supports type-kind notation],
[ac_cv_fc_type_kind],
[AC_COMPILE_IFELSE(AC_LANG_PROGRAM([], [
[AC_COMPILE_IFELSE([AC_LANG_PROGRAM([], [
I=1_8
]),
])],
ac_cv_fc_type_kind=yes,
ac_cv_fc_type_kind=no)])
if test $ac_cv_fc_type_kind = yes; then
Expand Down

0 comments on commit 1545b6a

Please sign in to comment.