JonY wrote:

> On 2/5/2012 13:30, Erik de Castro Lopo wrote:
> > Dave Yeo wrote:
> > 
> >> ---
> >>  configure.ac |    1 +
> > 
> > Both applied (first with a minor tweak). Thanks.
> > 
> > Erik
> 
> Unfortunately, this steps on my patch. Updated patch attached. Cygwin
> really shouldn't be calling win32 API.
> 
> On the otherhand, I can't seem to find any ntohl use(???).

Yeah, I've got a patch in an un-merged branch that purges MINGW_WINSOCK_LIBS
and reduces the LT_NO_UNDEFINED section to:

    case "$host" in
        *-*-cygwin|*mingw*|*emx*)
                # define this variable for enabling strict exports with
                # libtool; for now, it's supported by Win32 and OS/2
                LT_NO_UNDEFINED="-no-undefined"
                ;;
        *)
                LT_NO_UNDEFINED=
                ;;
    esac
    AC_SUBST(LT_NO_UNDEFINED)

which should please everyone :-).

Cheers,
Erik
-- 
----------------------------------------------------------------------
Erik de Castro Lopo
http://www.mega-nerd.com/
_______________________________________________
flac-dev mailing list
flac-dev@xiph.org
http://lists.xiph.org/mailman/listinfo/flac-dev

Reply via email to