newlib-cygwin/libgloss/wince/acinclude.m4

6 lines
117 B
Plaintext

WINCE_STUB_LIBS=
case "${target}" in
*arm*-wince-pe) WINCE_STUB_LIBS='-lsslsock' ;;
esac
AC_SUBST(WINCE_STUB_LIBS)