From: ehofman Date: Wed, 21 Sep 2005 09:22:51 +0000 (+0000) Subject: Prepare for Openal 1.1 and a separate alut library X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=056b5b41e2bda31307499fc4fd59dfec2edbd004;p=simgear.git Prepare for Openal 1.1 and a separate alut library --- diff --git a/configure.ac b/configure.ac index 8ed44bd0..7ec67e89 100644 --- a/configure.ac +++ b/configure.ac @@ -282,6 +282,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