small configure fix

Rok Mandeljc rokmandeljc at hotmail.com
Thu Jan 16 11:32:16 CST 2003


I've been checking configure script today because it wouldn't find ipx
support even if i had it. When detecting ipx support it checks if there is
sys/socket.h available (using #ifdef HAVE_SYS_SOCKET or something like that)
and if it is, it use it... but the problem is that we check for sys/socket.h
and include it later so it looks like there's no sys/socket.h available.
I've disabled #ifdef clauses since in my opinion they're unnecessary; if
there's no sys/socket.h, theres no ipx support (like it was until now =) ).

ChangeLog:
 - fixed ipx support detection in configure script
-------------- next part --------------
A non-text attachment was scrubbed...
Name: configure_ipx.patch
Type: application/octet-stream
Size: 1949 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20030116/9d9634ae/configure_ipx.obj


More information about the wine-patches mailing list