1
0
Fork 0

Prevent a nasty bug in IRIX 6.5.17 from happening

This commit is contained in:
ehofman 2003-08-24 19:38:58 +00:00
parent 694bb7a4cc
commit 7cb4539e86

View file

@ -33,6 +33,7 @@ AC_CANONICAL_HOST
case "${host}" in
*-*-irix*)
AC_DEFINE([_SOCKLEN_T], 1, [Prevent a nasty bug in IRIX 6.5.17])
if test "$CXX" = "CC"; then
AR="CC -ar"
ARFLAGS="-o"