X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=configure.ac;h=0e9bdd915533c00d7350e79b18f5fae2974045f8;hb=e34aae9982a0ef5d0bf51583cc3fa95e8a8c1387;hp=fb53c8a3333e4118f8d2bc409e5756898fe6c672;hpb=5bbcd386fa837885782f128af77ff0162761945c;p=simgear.git diff --git a/configure.ac b/configure.ac index fb53c8a3..0e9bdd91 100644 --- a/configure.ac +++ b/configure.ac @@ -272,6 +272,18 @@ LIBS="$base_LIBS" dnl check for OpenAL libraries case "${host}" in +*-*-cygwin* | *-*-mingw32*) + dnl CygWin under Windoze. + + LIBS="$LIBS -lopenal32 -lwinmm -ldsound -ldxguid -lole32" + ;; + +*-apple-darwin*) + dnl Mac OS X + + LIBS="$LIBS -framework IOKit -framework OpenAL" + ;; + *) dnl default unix style machines