From: ehofman Date: Thu, 15 Sep 2005 17:31:05 +0000 (+0000) Subject: Prepare for OpenAL 1.1 and a separate alut lubrary. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e17bc29986a51d917e2127353585d5d600e64bfe;p=flightgear.git Prepare for OpenAL 1.1 and a separate alut lubrary. --- diff --git a/configure.ac b/configure.ac index 2cf0859d6..656370445 100644 --- a/configure.ac +++ b/configure.ac @@ -309,6 +309,7 @@ case "${host}" in save_LIBS=$LIBS LIBS="$LIBS $thread_LIBS" AC_SEARCH_LIBS(alGenBuffers, openal) + AC_SEARCH_LIBS(alutInit, [ alut openal ] ) OPENAL_OK="$ac_cv_search_alGenBuffers" openal_LIBS="$LIBS" LIBS=$save_LIBS