]> git.ozlabs.org Git - ppp.git/commit
configure: Make PEAP depend on microsoft extensions (#540)
authorPaul Mackerras <paulus@ozlabs.org>
Mon, 30 Dec 2024 22:45:06 +0000 (09:45 +1100)
committerGitHub <noreply@github.com>
Mon, 30 Dec 2024 22:45:06 +0000 (09:45 +1100)
commit0885c4b2663481ebea94e158b17289a7a39a91ca
treee367ef59ec2c8f179f1daef2c5541609859c5084
parent5efd40cf3be955aa2857c61be759299ca238dda2
configure: Make PEAP depend on microsoft extensions (#540)

Since our only PEAP mechanism is MS-CHAP v2, the compile fails if we
enable PEAP without MS extensions.  Therefore, for now make PEAP
depend on MS extensions, so if MS extensions are disabled, PEAP is
automatically disabled.

Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
configure.ac