Skip to content
Snippets Groups Projects
Commit 43317925 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

configure: Fix diagnostic.

parent 7b496d83
No related branches found
No related tags found
No related merge requests found
......@@ -393,8 +393,8 @@ m4_define([_ACX_FPP_COMPILE_IFELSE],
AC_DEFUN([ACX_SL_PROG_FC_FPP_FEATURES],
[AS_VAR_PUSHDEF([acx_sl_fpp_ok], [acx_sl_cv_]_AC_LANG_ABBREV[_$2_ok])dnl
m4_pushdef([AC_MSG_RESULT],m4_bpatsubst(m4_dquote(m4_bpatsubst(m4_dquote(m4_defn([AC_MSG_RESULT])),
[_AS_ECHO_LOG],[ac_res=`expr "$][1" : '\\(@<:@^|@:>@\\)'` ; _AS_ECHO_LOG])),
[$][1],[$ac_res]))
[$][1],[$ac_res])),
[_AS_ECHO_LOG],[ac_res=`expr "$][1" : '\\(@<:@^|@:>@*\\)'` ; _AS_ECHO_LOG]))
AC_CACHE_CHECK([if ]m4_case([$2],[direct],[compilation with $FC],
[indirect],[preprocessing with $FPP],
[m4_fatal([$0: only direct or indirect method supported: ']$2['])]) dnl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment