summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2006-04-13 15:53:51 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:16:21 -0500
commit1f19676903021bed4cc42356230c6c31ff0577c4 (patch)
treee81d44885f2c2d0190f027ddc45085821986ba02 /source3/configure.in
parent8aa8b0db841881f5b09eccda30d206a72f9725ec (diff)
downloadsamba-1f19676903021bed4cc42356230c6c31ff0577c4.tar.gz
samba-1f19676903021bed4cc42356230c6c31ff0577c4.tar.bz2
samba-1f19676903021bed4cc42356230c6c31ff0577c4.zip
r15080: As discussed with Jerry, remove the CAP_LIBS again (we don't need that
handling anymore when we remove $(LIBS) from pam_winbind again. Also make sure to build our own copy of iniparser with -fPIC. Guenther (This used to be commit e32c4f6f6e090ca5babe9f131bbcb9babedcec05)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 6de3681d7b..c479d2d290 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -2472,9 +2472,6 @@ 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
@@ -5389,7 +5386,7 @@ AC_MSG_CHECKING(whether to use included iniparser)
if test x"$INCLUDED_INIPARSER" = x"yes"; then
AC_MSG_RESULT(yes)
BUILD_INIPARSER='$(INIPARSER_OBJ)'
- INIPARSERLIBS='$(INIPARSER_OBJ)'
+ INIPARSERLIBS=""
FLAGS1="$FLAGS1 -I$srcdir/iniparser/src"
else
AC_MSG_RESULT(no)