Skip to content

Fix incorrectly named configure options

Alec Theriault requested to merge harpocrates/ghc:fix/intree-gmp into master

Although we should use AC_ARG_ENABLE for boolean flags, it also means options get named --enable-*, not --with-*. Undoing that change so as to unbreak the --with-intree-gmp option.

Merge request reports