aboutsummaryrefslogtreecommitdiffstats
path: root/package/configure-snippets/configure_generate_make
blob: 8fe274d08731a1249c08ff0ee893f87355b2f7c1 (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 $utmps ; then
  echo "LIBUTMPS := -lutmps"
else
  echo "LIBUTMPS :="
fi