Skip to content
Snippets Groups Projects
Commit bfe4ffac authored by Matthew Pickering's avatar Matthew Pickering Committed by Marge Bot
Browse files

CPP_ARGS: Put new options after user specified options

This matches up with the behaviour of ghc-toolchain, so that the output
of both matches.
parent f4c1c3a3
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,7 @@ AC_ARG_WITH(cpp-flags, ...@@ -51,7 +51,7 @@ AC_ARG_WITH(cpp-flags,
[ [
# Augment CPP_ARGS with whatever flags were previously configured and passed # Augment CPP_ARGS with whatever flags were previously configured and passed
# as an argument. # as an argument.
CPP_ARGS="$CPP_ARGS $$3" CPP_ARGS="$$3 $CPP_ARGS"
]) ])
$2="$CPP_CMD" $2="$CPP_CMD"
......
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