
Move the minor wince-specific logic to a dedicated file & namespace them so we can merge its configure logic up a level. The makefile is a bit tricky, but maybe it still works.
5 lines
117 B
Text
5 lines
117 B
Text
WINCE_STUB_LIBS=
|
|
case "${target}" in
|
|
*arm*-wince-pe) WINCE_STUB_LIBS='-lsslsock' ;;
|
|
esac
|
|
AC_SUBST(WINCE_STUB_LIBS)
|