aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2018-03-19 11:42:18 +0200
committerSergey Poznyakoff <gray@gnu.org>2018-03-19 11:42:18 +0200
commitd01b9202121805a307e4856e35a4bc9234565f7e (patch)
tree7ab2b6cc8d9f8851c261a0c3acb8b98fef953fb5
parent85f2fd8d2772506911e95c3e4a0cb2538594b274 (diff)
downloadpies-sysvinit.tar.gz
pies-sysvinit.tar.bz2
Bugfixsysvinit
* configure.ac: Reset PAM_LIBS if pam_status is "no".
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index d1bb2a9..1090b48 100644
--- a/configure.ac
+++ b/configure.ac
@@ -117,2 +117,4 @@ if test $status_pam = yes; then
AC_DEFINE_UNQUOTED(WITH_PAM, 1, [PAM support enabled])
+else
+ PAM_LIBS=
fi

Return to:

Send suggestions and report system problems to the System administrator.