Details
Description
In a number of places, the Mesos configure script passes "$foo=yes" to the 2nd argument of AC_ARG_ENABLED. However, the 2nd argument is invoked when the option is provided in any form, not just when the --enable-foo form is used. One result of this is that --disable-optimize doesn't work.
Attachments
Issue Links
- is duplicated by
-
MESOS-4621 --disable-optimize triggers optimized builds.
- Resolved
- is related to
-
MESOS-1071 Enable building against installed third-party dependencies.
- Resolved