Untabified (TABs seem to cause strange problems with autoconf-2.59, at least

on OS/2.)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28961 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis 2004-08-29 20:09:09 +00:00
parent d5ccba7211
commit 6944b203c4

View File

@ -4951,10 +4951,10 @@ if test "$wxUSE_SOCKETS" = "yes" ; then
dnl like mingw does.. -- RL dnl like mingw does.. -- RL
if test "$TOOLKIT" != "MSW"; then if test "$TOOLKIT" != "MSW"; then
dnl determine the type of third argument for getsockname dnl determine the type of third argument for getsockname
dnl This test needs to be done in C++ mode since gsocket.cpp now dnl This test needs to be done in C++ mode since gsocket.cpp now
dnl is C++ code and pointer cast that are possible even without dnl is C++ code and pointer cast that are possible even without
dnl warning in C still fail in C++. dnl warning in C still fail in C++.
AC_LANG_PUSH(C++) AC_LANG_PUSH(C++)
AC_CACHE_CHECK([what is the type of the third argument of getsockname], AC_CACHE_CHECK([what is the type of the third argument of getsockname],
wx_cv_type_getsockname3, wx_cv_type_getsockname3,
[ [
@ -5015,7 +5015,7 @@ if test "$wxUSE_SOCKETS" = "yes" ; then
else else
AC_DEFINE_UNQUOTED(SOCKLEN_T, $wx_cv_type_getsockname3) AC_DEFINE_UNQUOTED(SOCKLEN_T, $wx_cv_type_getsockname3)
fi fi
AC_LANG_POP AC_LANG_POP
fi fi
fi fi