]> git.mxchange.org Git - simgear.git/commitdiff
Prepare for Openal 1.1 and a separate alut library
authorehofman <ehofman>
Wed, 21 Sep 2005 09:22:51 +0000 (09:22 +0000)
committerehofman <ehofman>
Wed, 21 Sep 2005 09:22:51 +0000 (09:22 +0000)
configure.ac

index 8ed44bd036f399c119ef9d1594b56563e3a2fa48..7ec67e894cafa9fbe744ce2311e27745141574fd 100644 (file)
@@ -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