diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2004-07-23 12:42:14 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2004-07-23 12:42:14 +0000 |
commit | 7cd8ab4425c2f0b1349be5760cd4e39f92b9d2af (patch) | |
tree | f94f5bf1388362192049acffb7539ee812071e72 /configure.ac | |
parent | d9e3ce08901c5aea4c580dfe2969c8658d5fe958 (diff) | |
download | xine-lib-7cd8ab4425c2f0b1349be5760cd4e39f92b9d2af.tar.gz xine-lib-7cd8ab4425c2f0b1349be5760cd4e39f92b9d2af.tar.bz2 |
made io_helper.c compile under Solaris 2.6 (socklen_t undefine type) (close #992824)
CVS patchset: 6840
CVS date: 2004/07/23 12:42:14
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index d01ecaa16..9b0c75893 100644 --- a/configure.ac +++ b/configure.ac @@ -353,6 +353,12 @@ AC_SUBST(NET_LIBS) dnl --------------------------------------------- +dnl socklen_t +dnl --------------------------------------------- +AC_CHECK_SOCKLEN_T + + +dnl --------------------------------------------- dnl IPv6 dnl --------------------------------------------- |