From: Eivind Næss Date: Sat, 7 Aug 2021 06:56:43 +0000 (-0700) Subject: Fixing up a few inconsistencies in configure.ac (#306) X-Git-Tag: ppp-2.5.0~61 X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=a9f253259cb0227fb0710960cac4d610eb7b2371;hp=a9f253259cb0227fb0710960cac4d610eb7b2371;p=ppp.git Fixing up a few inconsistencies in configure.ac (#306) Options that specify --with-logfile-dir, or --with-plugin-dir, or --with-runtime-dir needs to be specified using AC_ARG_WITH, not AC_ARG_ENABLE. If you try to specify --without-openssl, then the conditions should be tested against = "xyes". There is a case where the option is either blank or is set to "xno" and the former case wasn't properly handled. Signed-off-by: Eivind Næss ---