]> git.ozlabs.org Git - ppp.git/blobdiff - configure.ac
Changing defines for USE_PEAP to PPP_WITH_PEAP for consistency
[ppp.git] / configure.ac
index 6996955e3ff1848abc5fc2a9d83adcd5a8e356bf..19e981c63dbc090d41598ef676e0414a66ef863f 100644 (file)
@@ -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