> *** 258,264 ****
>   case "${host}" in
>   *-*-cygwin* | *-*-mingw32*)
>       dnl CygWin under Windoze.
> !
>       AC_SEARCH_LIBS(alGenBuffers, openal32)
>       AC_SEARCH_LIBS(alutInit, [ openal32 ALut ] )
>       LIBS="$LIBS -lwinmm -ldsound -ldxguid -lole32"
> --- 258,265 ----
>   case "${host}" in
>   *-*-cygwin* | *-*-mingw32*)
>       dnl CygWin under Windoze.
> !     INCLUDES="$INCLUDES -I/usr/local/include"
> !     LIBS="$LIBS -L/usr/local/lib"
>       AC_SEARCH_LIBS(alGenBuffers, openal32)
>       AC_SEARCH_LIBS(alutInit, [ openal32 ALut ] )
>       LIBS="$LIBS -lwinmm -ldsound -ldxguid -lole32"

In case anyone's interested, I have at times had to add -lwsock32 to
LIBS to get some compiles working under mingw (with network programs).
I forget if that's currently the case for FlightGear.

Giles Robertson

_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d

Reply via email to