X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=configure.ac;h=c04b4a21caec038110e447ec9dea8f336ba77404;hb=b2c21894e165d7a0b4f1600fd8a8fd1b21305752;hp=af62cace7b35afcb77c4dec239416a8d05fa42ae;hpb=f7307b3f74f9a2fd64acc77b0c884ed1cc9afe56;p=ppp.git diff --git a/configure.ac b/configure.ac index af62cac..c04b4a2 100644 --- a/configure.ac +++ b/configure.ac @@ -178,8 +178,8 @@ AM_CONDITIONAL(PPP_WITH_PLUGINS, test "${enable_plugins}" != "no") AC_ARG_ENABLE([eaptls], AS_HELP_STRING([--disable-eaptls], [Disable EAP-TLS authentication support])) AS_IF([test "x$enable_eaptls" != "xno"], - AC_DEFINE([USE_EAPTLS], 1, ["Have EAP-TLS authentication support"])) -AM_CONDITIONAL(WITH_EAPTLS, test "x${enable_eaptls}" != "xno") + AC_DEFINE([PPP_WITH_EAPTLS], 1, [Have EAP-TLS authentication support])) +AM_CONDITIONAL(PPP_WITH_EAPTLS, test "x${enable_eaptls}" != "xno") # # Disable PEAP support