small configure fix

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

Attachment: configure_ipx.patch
Description: Binary data


[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux