Skip to content
Snippets Groups Projects
Commit 3fa7b054 authored by Duncan Coutts's avatar Duncan Coutts
Browse files

Fix --with-compiler / --with-hc inconsistency in ./configure flags

setup configure takes a --with-compiler option, but used to change 
that into a --with-hc option when calling ./configure.
Now that we've added autoconfUserHooks and deprecated defaultUserHooks we
can fix this without breaking any existing scripts. The autoconfUserHooks
now passes --with-compiler to ./configure and defaultUserHooks is unchanged.
Fixes ticket #114.
parent 24a5f89a
No related branches found
No related tags found
Loading
Loading
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