X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=configure.ac;h=7a87af310795cfd6459151cec4ddf4693b6b3597;hb=26b58991f9e544bab6323f2499dd89b640ae9fb8;hp=09ea04da7f9eef544c33fb106d725ee50932806f;hpb=db8d961b279e47619f69e0853ce7690c44504a21;p=simgear.git diff --git a/configure.ac b/configure.ac index 09ea04da..7a87af31 100644 --- a/configure.ac +++ b/configure.ac @@ -272,6 +272,12 @@ LIBS="$base_LIBS" dnl check for OpenAL libraries case "${host}" in +*-*-cygwin* | *-*-mingw32*) + dnl CygWin under Windoze. + + LIBS="$LIBS -lalut -lopenal32 -lwinmm -ldsound -ldxguid -lole32" + ;; + *-apple-darwin*) dnl Mac OS X