]> git.ozlabs.org Git - ppp.git/blobdiff - configure.ac
Changing PLUGIN to PPP_WITH_PLUGINS for consistency
[ppp.git] / configure.ac
index 04e094094c16c266bdbd6ee6ba99abee04207d6e..3e01cf24324ab9c3645e479dfadd290c82138614 100644 (file)
@@ -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