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.
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.