]> git.saurik.com Git - wxWidgets.git/commit - configure.in
Use CXXFLAGS rather than CFLAGS for -Werror when determining type of socket function...
authorKevin Hock <hockkn@yahoo.com>
Sat, 24 Sep 2005 04:38:57 +0000 (04:38 +0000)
committerKevin Hock <hockkn@yahoo.com>
Sat, 24 Sep 2005 04:38:57 +0000 (04:38 +0000)
commit6459a506bbab0ae508fa9db68f431358682a1408
treeb78f7a23b19ca6c3df021c466e13de15e860db13
parent156162ece8abffbe69fcb66daf28ac8d1779ce7b
Use CXXFLAGS rather than CFLAGS for -Werror when determining type of socket function parameter (socklen_t vs. int) so that OS X 10.2 will correctly determine the parameter as an int; using -Werror forces the warnings thrown when attempting size_t to make configure fall back to int.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35658 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
configure
configure.in