]> git.mxchange.org Git - flightgear.git/commitdiff
Prepare for OpenAL 1.1 and a separate alut lubrary.
authorehofman <ehofman>
Thu, 15 Sep 2005 17:31:05 +0000 (17:31 +0000)
committerehofman <ehofman>
Thu, 15 Sep 2005 17:31:05 +0000 (17:31 +0000)
configure.ac

index 2cf0859d643b0515cd2ec4703c0d2f946d5c0bf9..656370445f9a7b95a38a2806da2e842a18eed7fe 100644 (file)
@@ -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