From 6b213a75cced3ccb9d78c6da008cf73ed863194b Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 11 Sep 1998 23:47:29 +0000 Subject: [PATCH] Add message for pam users --- configure.in | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/configure.in b/configure.in index 8dbc298ef..4172d5f1f 100644 --- a/configure.in +++ b/configure.in @@ -1014,3 +1014,12 @@ dnl dnl Substitute into the Makefiles dnl AC_OUTPUT(Makefile) + +dnl +dnl Spew any text the user needs to know about +dnl +if test "$with_pam" = "yes"; then + echo "" + echo "You will need to customize sample.pam and install it as /etc/pam.d/sudo" + echo "" +fi -- 2.40.0