From: curt Date: Wed, 28 Apr 2004 19:19:05 +0000 (+0000) Subject: Add default openal libs for cygwin. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e34aae9982a0ef5d0bf51583cc3fa95e8a8c1387;p=simgear.git Add default openal libs for cygwin. --- diff --git a/configure.ac b/configure.ac index 09ea04da..0e9bdd91 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 -lopenal32 -lwinmm -ldsound -ldxguid -lole32" + ;; + *-apple-darwin*) dnl Mac OS X