Skip to content
Commit 5ec24d87 authored by John Criswell's avatar John Criswell
Browse files

Fixed the enable/disable options. The AC_ARG_ENABLE macro does not perform

the *action-if-not-given* code when the --disable option is used.
Rather, the AC_ARG_ENABLE macro sets the $enableval variable, which then needs
to be checked to determine if --enable, --disable, or neither was specified.

llvm-svn: 7238
parent 673ef4d7
Loading
Loading
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