X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=configure.ac;h=dd22dc65ee3d66aef39220097c6d90cfb160fa91;hb=d7e62a8499c4032d79e05afbd8fd3efd51c5b148;hp=283b666e6bc884017977215f0e06b0bff622adbb;hpb=92c5612fdb77e83e49c524ae46110c129e13429e;p=ppp.git diff --git a/configure.ac b/configure.ac index 283b666..dd22dc6 100644 --- a/configure.ac +++ b/configure.ac @@ -114,16 +114,6 @@ AM_CONDITIONAL(WITH_CBCP, test "x${enable_cbcp}" = "xyes") AM_COND_IF([WITH_CBCP], AC_DEFINE([CBCP_SUPPORT], 1, [Have Callback Protocol support])) -# -# Disable support for IPX control protocol -AC_ARG_ENABLE([ipxcp], - AS_HELP_STRING([--enable-ipxcp], [Enable IPX Control Protocol support])) -AM_CONDITIONAL(WITH_IPXCP, test "x${enable_ipxcp}" = "xyes") -AM_COND_IF(WITH_IPXCP, - AC_DEFINE([IPX_CHANGE], 1, ["Have IPX Control Protocol"])) -AS_IF([test "x${build_sunos}" = "xyes" && test "x${enable_ipxcp}" = "xyes"], - [AC_MSG_ERROR([IPXCP is not supported on SunOS, disable using --disable-ipxcp])]) - # # Disable support for limiting session duration by maximum octets AC_ARG_ENABLE([maxoctets], @@ -420,7 +410,6 @@ Features enabled Multilink............: ${enable_multilink:-no} Plugins..............: ${enable_plugins:-yes} CBCP.................: ${enable_cbcp:-no} - IPXCP................: ${enable_ipxcp:-no} EAP-TLS..............: ${enable_eaptls:-yes} PEAP.................: ${enable_peap:-yes} "