aboutsummaryrefslogtreecommitdiffstats
path: root/package/configure-snippets/configure_generate_make
blob: 3590ea52ee6651436f886c9efcc5bd61c960644f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
if $usensss ; then
  echo "LIBNSSS := -lnsss"
  echo "MAYBEPTHREAD_LIB := -lpthread"
else
  echo "LIBNSSS :="
  echo "MAYBEPTHREAD_LIB :="
fi
if $multicall ; then
  echo "MULTICALL := 1"
else
  echo "MULTICALL :="
fi