mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-01-03 14:56:34 -05:00
OS X 10.2.3 doesn't define socklen_t.
This version is compatible with autoconf 2.13. I believe it should also work in 2.5x, although the semantics of AC_CHECK_TYPE have changed. svn path=/trunk/icecast/; revision=4243
This commit is contained in:
parent
755d94e937
commit
c6e4268872
2
acconfig.h
Normal file
2
acconfig.h
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
/* Define if you lack the socklen_t type */
|
||||||
|
#undef socklen_t
|
@ -91,6 +91,7 @@ dnl Checks for typedefs, structures, and compiler characteristics.
|
|||||||
AC_C_CONST
|
AC_C_CONST
|
||||||
|
|
||||||
dnl Check for types
|
dnl Check for types
|
||||||
|
AC_CHECK_TYPE([socklen_t], int)
|
||||||
|
|
||||||
dnl Checks for library functions.
|
dnl Checks for library functions.
|
||||||
AC_CHECK_FUNCS(nanosleep)
|
AC_CHECK_FUNCS(nanosleep)
|
||||||
|
Loading…
Reference in New Issue
Block a user