Fixed the enable/disable options. The AC_ARG_ENABLE macro does not perform
authorJohn Criswell <criswell@uiuc.edu>
Tue, 22 Jul 2003 20:59:52 +0000 (20:59 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Tue, 22 Jul 2003 20:59:52 +0000 (20:59 +0000)
commit79a8f09914c2f9cf687e30344f4b20b247b9200d
tree82786930a7208558031d7c6ed4ef5f087c9cf4a0
parent6a33f36645643f5c724c781fbcc297dafb76e771
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
autoconf/configure.ac