Home | History | Annotate | Download | only in dropbear

Lines Matching refs:withval

3887   withval="$with_zlib"
3890 if test -d "$withval/lib"; then
3891 LDFLAGS="-L${withval}/lib ${LDFLAGS}"
3893 LDFLAGS="-L${withval} ${LDFLAGS}"
3895 if test -d "$withval/include"; then
3896 CPPFLAGS="-I${withval}/include ${CPPFLAGS}"
3898 CPPFLAGS="-I${withval} ${CPPFLAGS}"
4090 withval="$with_pam"
4093 if test -d "$withval/lib"; then
4094 LDFLAGS="-L${withval}/lib ${LDFLAGS}"
4096 LDFLAGS="-L${withval} ${LDFLAGS}"
4098 if test -d "$withval/include"; then
4099 CPPFLAGS="-I${withval}/include ${CPPFLAGS}"
4101 CPPFLAGS="-I${withval} ${CPPFLAGS}"
9248 withval="$with_lastlog"
9250 if test "x$withval" = "xno" ; then
9256 conf_lastlog_location=$withval