File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8989# Check whether to build a with debug symbols
9090LIBZMQ_CHECK_ENABLE_DEBUG
9191
92-
9392# Check whether to enable code coverage
9493LIBZMQ_WITH_GCOV
9594
@@ -109,7 +108,7 @@ AC_RUN_IFELSE(
109108 memset(&topsrv, 0, sizeof(topsrv));
110109 topsrv.family = AF_TIPC;
111110 topsrv.addrtype = TIPC_ADDR_NAME;
112- topsrv.addr.name.domain = tipc_addr (10, 10, 10);
111+ topsrv.addr.name.domain = tipc_addr (10, 10, 10);
113112 topsrv.addr.name.name.type = TIPC_TOP_SRV;
114113 topsrv.addr.name.name.instance = TIPC_TOP_SRV;
115114 fcntl(sd, F_SETFL, O_NONBLOCK);
@@ -195,7 +194,7 @@ case "${host_os}" in
195194 case "${host_os}" in
196195 *android*)
197196 AC_DEFINE ( ZMQ_HAVE_ANDROID , 1 , [ Have Android OS] )
198- libzmq_on_android="yes"
197+ libzmq_on_android="yes"
199198 ;;
200199 esac
201200 ;;
You can’t perform that action at this time.
0 commit comments