summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-04-13 12:06:01 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:16:21 -0500
commit8aa8b0db841881f5b09eccda30d206a72f9725ec (patch)
treee4b3f0e68baf015fa9f6f5cb35e9643255cccaaf /source3/configure.in
parent9de61b560ab6df0ed6ce99c8267fafbde9b00045 (diff)
downloadsamba-8aa8b0db841881f5b09eccda30d206a72f9725ec.tar.gz
samba-8aa8b0db841881f5b09eccda30d206a72f9725ec.tar.bz2
samba-8aa8b0db841881f5b09eccda30d206a72f9725ec.zip
r15074: Remove -lcap from pam_winbind (not needed)
Temporary linking fix for --with-included-iniparser (gd will do a proper fix later). (This used to be commit 7d5adcf3a7237d130efea6cc9f6e5d28e65e2e51)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 2e4d8db876..6de3681d7b 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -2472,6 +2472,9 @@ main() {
if test x"$samba_cv_HAVE_POSIX_CAPABILITIES" = x"yes"; then
AC_DEFINE(HAVE_POSIX_CAPABILITIES, 1,
[Whether POSIX capabilities are available])
+ LIBS=$ac_save_LIBS
+ CAP_LIBS="-lcap"
+ AC_SUBST(CAP_LIBS)
else
LIBS=$ac_save_LIBS
fi