]> git.ozlabs.org Git - ppp.git/commit
Fixing up a few inconsistencies in configure.ac (#306)
authorEivind Næss <eivnaes@yahoo.com>
Sat, 7 Aug 2021 06:56:43 +0000 (23:56 -0700)
committerGitHub <noreply@github.com>
Sat, 7 Aug 2021 06:56:43 +0000 (16:56 +1000)
commita9f253259cb0227fb0710960cac4d610eb7b2371
tree7874273925c15ae441f63e0a95d8d97f9d9740f3
parent610a7bd76eb1f99f22317541b35001b1e24877ed
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 <eivnaes@yahoo.com>
configure.ac