X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=configure.ac;h=19e981c63dbc090d41598ef676e0414a66ef863f;hb=3d40f39afda944dc862001800c0b3696d2f9f181;hp=c04b4a21caec038110e447ec9dea8f336ba77404;hpb=b2c21894e165d7a0b4f1600fd8a8fd1b21305752;p=ppp.git diff --git a/configure.ac b/configure.ac index c04b4a2..19e981c 100644 --- a/configure.ac +++ b/configure.ac @@ -119,7 +119,7 @@ AM_COND_IF([PPP_WITH_CBCP], AC_ARG_ENABLE([maxoctets], AS_HELP_STRING([--disable-maxoctets], [Disable support for limiting session by maximum octets])) AS_IF([test "x$enable_maxoctets" != "xno"], - AC_DEFINE([MAXOCTETS], 1, ["Limit sessions by maximum number of octets"])) + AC_DEFINE([PPP_WITH_MAXOCTETS], 1, [Limit sessions by maximum number of octets])) # # Disable Microsoft extensions will remove CHAP and MPPE support @@ -186,8 +186,8 @@ AM_CONDITIONAL(PPP_WITH_EAPTLS, test "x${enable_eaptls}" != "xno") AC_ARG_ENABLE([peap], AS_HELP_STRING([--disable-peap], [Disable PEAP authentication support])) AS_IF([test "x${enable_peap}" != "xno"], - AC_DEFINE([USE_PEAP], 1, ["Have PEAP authentication support"])) -AM_CONDITIONAL([WITH_PEAP], test "x${enable_peap}" != "xno") + AC_DEFINE([PPP_WITH_PEAP], 1, [Have PEAP authentication support])) +AM_CONDITIONAL([PPP_WITH_PEAP], test "x${enable_peap}" != "xno") # # Disable OpenSSL engine support