summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2011-07-04 21:18:06 +0000
committerArthur de Jong <arthur@arthurdejong.org>2011-07-04 21:18:06 +0000
commita2df7fc37fbed2a279346b2fecf4e94daa545055 (patch)
tree973f00b1ddf962cd974d9e1f7ad01ec290b2fb4b
parent8d41713cc9b080b0e754d637787f462a9d152e86 (diff)
show the default value for the pam-seclib-dir option
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1481 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f01bce4..29665f8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -225,7 +225,7 @@ AC_SUBST(NSLCD_SOCKET)
# the directory PAM librabries are expected to be placed into
AC_ARG_WITH(pam-seclib-dir,
AS_HELP_STRING([--with-pam-seclib-dir=PAM_SECLIB_DIR],
- [path to PAM security library]),
+ [path to PAM security library @<:@/lib/security@:>@]),
[ PAM_SECLIB_DIR="$with_pam_seclib_dir" ],
[ PAM_SECLIB_DIR="/lib/security" ])
AC_DEFINE_UNQUOTED(PAM_SECLIB_DIR,"$PAM_SECLIB_DIR",[path to PAM security library])