aboutsummaryrefslogtreecommitdiffstats
path: root/package/configure-snippets/configure_generate_make
blob: 029dad5238e28c8b75826e5e3397fbf880a709af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
if $usensss ; then
  echo "LIBNSSS := -lnsss"
  echo "MAYBEPTHREAD_LIB := -lpthread"
else
  echo "LIBNSSS :="
  echo "MAYBEPTHREAD_LIB :="
fi
if $useexecline ; then
  echo "EXECLINE_LIB := -lexecline"
else
  echo "EXECLINE_LIB :="
fi
if test -n $ssl ; then
  echo "SSL_IMPL := $ssl"
else
  echo "SSL_IMPL :="
fi