"git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "06aea1720a632634cd4bd0a718042e8507579f1d"
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
Loading
Please register or sign in to comment