summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2018-07-28 13:20:44 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2018-07-28 13:20:44 +0000
commit7ce42356a663f5c70ce66f7a47447e13c01ba9ac (patch)
tree5ace38894de25ded59e5bb4e8f1e668a120eeec9 /configure
parent274d990f4785b10a2704da3f2315e24249ad6c3a (diff)
downloadexecline-7ce42356a663f5c70ce66f7a47447e13c01ba9ac.tar.xz
with pthread support for nsss
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 8ddb019..d51a466 100755
--- a/configure
+++ b/configure
@@ -440,8 +440,10 @@ else
fi
if $usensss ; then
echo "LIBNSSS := -lnsss"
+ echo "MAYBEPTHREAD_LIB := -lpthread"
else
echo "LIBNSSS :="
+ echo "MAYBEPTHREAD_LIB :="
fi
exec 1>&3 3>&-