commit | 79a8f09914c2f9cf687e30344f4b20b247b9200d | [log] [tgz] |
---|---|---|
author | John Criswell <criswell@uiuc.edu> | Tue Jul 22 20:59:52 2003 +0000 |
committer | John Criswell <criswell@uiuc.edu> | Tue Jul 22 20:59:52 2003 +0000 |
tree | 82786930a7208558031d7c6ed4ef5f087c9cf4a0 | |
parent | 6a33f36645643f5c724c781fbcc297dafb76e771 [diff] |
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7238 91177308-0d34-0410-b5e6-96231b3b80d8