X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=configure.ac;h=3e01cf24324ab9c3645e479dfadd290c82138614;hb=898d3f4b437ca1348abc1bbd036b0106c66a7ba6;hp=04e094094c16c266bdbd6ee6ba99abee04207d6e;hpb=3604f5c7d9c671dd8a59c8adab14c8f4edd9503e;p=ppp.git diff --git a/configure.ac b/configure.ac index 04e0940..3e01cf2 100644 --- a/configure.ac +++ b/configure.ac @@ -170,8 +170,8 @@ AM_COND_IF([PPP_WITH_TDB], AC_ARG_ENABLE([plugins], AS_HELP_STRING([--disable-plugins], [Disable support for loadable plugins])) AS_IF([test "x$enable_plugins" != "xno"], - AC_DEFINE([PLUGIN], 1, ["Have support for loadable plugins"])) -AM_CONDITIONAL(WITH_PLUGINS, test "${enable_plugins}" != "no") + AC_DEFINE([PPP_WITH_PLUGINS], 1, ["Have support for loadable plugins"])) +AM_CONDITIONAL(PPP_WITH_PLUGINS, test "${enable_plugins}" != "no") # # Disable EAP-TLS support