Changeset 5403 for pjproject/trunk/aconfigure.ac
- Timestamp:
- Aug 2, 2016 8:35:28 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/aconfigure.ac
r5393 r5403 341 341 [socklen_t xxx = 0;])], 342 342 [AC_DEFINE(PJ_HAS_SOCKLEN_T,1) 343 AC_MSG_RESULT(yes)], 344 AC_MSG_RESULT(no)) 345 346 dnl # Determine if IPV6_V6ONLY is available 347 AC_MSG_CHECKING([if IPV6_V6ONLY is available]) 348 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <sys/socket.h> 349 #include <netinet/in.h>]], 350 [int opt = IPV6_V6ONLY;])], 351 [AC_DEFINE(PJ_SOCK_HAS_IPV6_V6ONLY,1) 343 352 AC_MSG_RESULT(yes)], 344 353 AC_MSG_RESULT(no))
Note: See TracChangeset
for help on using the changeset viewer.