Ignore:
Timestamp:
Sep 27, 2008 1:16:35 PM (16 years ago)
Author:
bennylp
Message:

Fixed ticket #644 and 648 again (hopefully once and for all): build error on VS6 with built-in SDK and on PocketPC 2003 SDK since they don't have multicast related socket options

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/aconfigure.ac

    r2300 r2331  
    177177                  #endif 
    178178                 ]) 
     179AC_CHECK_HEADER(ws2tcpip.h,[AC_DEFINE(PJ_HAS_WS2TCPIP_H,1)]) 
    179180AC_CHECK_HEADER(uuid/uuid.h,[ac_has_uuid_h=1]) 
    180181AC_CHECK_HEADER(net/if.h,[AC_DEFINE(PJ_HAS_NET_IF_H,1)],[], 
Note: See TracChangeset for help on using the changeset viewer.