summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEivind Næss <eivnaes@yahoo.com>2021-08-07 14:52:39 -0700
committerEivind Næss <eivnaes@yahoo.com>2022-07-15 15:25:39 -0700
commitf36f5f83a39058e3cd16d450f20d20fa32419076 (patch)
treeca51781922ea43cc92e0f6a47bb17beb9d5ce243 /configure.ac
parent3d40f39afda944dc862001800c0b3696d2f9f181 (diff)
downloadppp-f36f5f83a39058e3cd16d450f20d20fa32419076.tar.gz
Changing USE_PAM to PPP_WITH_PAM for consistency.
Signed-off-by: Eivind Næss <eivnaes@yahoo.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 19e981c..1248b84 100644
--- a/configure.ac
+++ b/configure.ac
@@ -275,8 +275,8 @@ AX_CHECK_ATM
#
# With libpam support
-AX_CHECK_PAM(AC_DEFINE([USE_PAM], 1, ["Support for Pluggable Authentication Modules"]))
-AM_CONDITIONAL(WITH_PAM, test "x${with_pam}" = "xyes")
+AX_CHECK_PAM(AC_DEFINE([PPP_WITH_PAM], 1, [Support for Pluggable Authentication Modules]))
+AM_CONDITIONAL(PPP_WITH_PAM, test "x${with_pam}" = "xyes")
#
# With libpcap support, activate pppd on network activity