summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-09-21 20:37:13 +0000
committerLaurent Bercot <ska@appnovation.com>2023-09-21 20:37:13 +0000
commitabecd1f9e7a7d1d802be83156ac2f8720f2e977b (patch)
tree475cd246202b5a848cd8b976cf286e8ea9062bfd /configure
parent5fca55de8de3976be01c15141f3edc667a07d750 (diff)
downloadtipidee-abecd1f9e7a7d1d802be83156ac2f8720f2e977b.tar.xz
Some bugfixes
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure11
1 files changed, 0 insertions, 11 deletions
diff --git a/configure b/configure
index a835ee0..60c9c45 100755
--- a/configure
+++ b/configure
@@ -45,7 +45,6 @@ Optional features:
--enable-slashpackage[=ROOT] assume /package installation at ROOT [disabled]
--enable-absolute-paths do not rely on PATH to access this package's binaries,
hardcode absolute BINDIR/foobar paths instead [disabled]
- --enable-nsss use the nsss library for user information [disabled]
EOF
exit 0
@@ -148,7 +147,6 @@ static=true
allpic=true
slashpackage=false
abspath=false
-usensss=false
sproot=
home=
exthome=
@@ -190,8 +188,6 @@ for arg ; do
--disable-slashpackage) sproot= ; slashpackage=false ;;
--enable-absolute-paths|--enable-absolute-paths=yes) abspath=true ;;
--disable-absolute-paths|--enable-absolute-paths=no) abspath=false ;;
- --enable-nsss|--enable-nsss=yes) usensss=true ;;
- --disable-nsss|--enable-nsss=no) usensss=false ;;
--enable-*|--disable-*|--with-*|--without-*|--*dir=*) ;;
--host=*|--target=*) target=${arg#*=} ;;
--build=*) build=${arg#*=} ;;
@@ -444,13 +440,6 @@ if $allpic ; then
else
echo "STATIC_LIBS_ARE_PIC :="
fi
-if $usensss ; then
- echo "LIBNSSS := -lnsss"
- echo "MAYBEPTHREAD_LIB := -lpthread"
-else
- echo "LIBNSSS :="
- echo "MAYBEPTHREAD_LIB :="
-fi
exec 1>&3 3>&-
echo " ... done."