summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEivind Næss <eivnaes@yahoo.com>2022-05-30 13:04:59 -0700
committerEivind Næss <eivnaes@yahoo.com>2022-07-15 15:25:39 -0700
commita12ffcd5b0a1cf9a4920064295c9b02b127465b3 (patch)
tree5bce5b4b23a87c4b78d4e9443284012d0c6164c4 /configure.ac
parentf36f5f83a39058e3cd16d450f20d20fa32419076 (diff)
downloadppp-a12ffcd5b0a1cf9a4920064295c9b02b127465b3.tar.gz
Changing USE_SRP to PPP_WITH_SRP for consistency
Signed-off-by: Eivind Næss <eivnaes@yahoo.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1248b84..48fad5e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -267,7 +267,8 @@ AS_IF([test "${ac_cv_openssl_des}" = "no" ], [
#
# With libsrp support
-AX_CHECK_SRP
+AX_CHECK_SRP([
+ AC_DEFINE([PPP_WITH_SRP], 1, [Support for libsrp authentication module])])
#
# With libatm support