Skip to content

Commit

Permalink
Properly quote m4 macro
Browse files Browse the repository at this point in the history
  • Loading branch information
drfiemost committed May 26, 2024
1 parent ffb93f1 commit 6ab1d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ AX_CXX_COMPILE_STDCXX_17([noext], [optional])
AS_IF([test $ax_cv_cxx_compile_cxx17__std_cpp17 != "yes"], [
AX_CXX_COMPILE_STDCXX_14([noext], [optional])
AS_IF([test $ax_cv_cxx_compile_cxx14__std_cpp14 != "yes"],
AX_CXX_COMPILE_STDCXX_11([noext], [mandatory])
[AX_CXX_COMPILE_STDCXX_11([noext], [mandatory])]
)
])

Expand Down

0 comments on commit 6ab1d3f

Please sign in to comment.