#22 build: Fix AC_ARG_ENABLE install logic
Merged by abbra. Opened by salahx.
Unknown source master

Download 22.patch

The arguments for AC_ARG_ENABLE were wrong. The 3rd argument is
"if specified" and the 4th argument is "if not specified". So
--disable-sample would include the sample instead of leaving it out.

The "experimental" option has the same problem, but it doesn't matter because the build of them is disabled anyway. A future PR will remove it.

rebased onto 0fffec391038ac32d733298dcab745b874b7279d

Actually, "Sample" isn't the only option with the problem, xml-docs and compat-dts have the same problem, so I fixed it there, too

rebased onto 1112006e8de56fae69e2418b155622f96e2b9fea

Pull-Request has been merged by abbra

Metadata