From 056b5b41e2bda31307499fc4fd59dfec2edbd004 Mon Sep 17 00:00:00 2001 From: ehofman Date: Wed, 21 Sep 2005 09:22:51 +0000 Subject: [PATCH] Prepare for Openal 1.1 and a separate alut library --- configure.ac | 1 + 1 file changed, 1 insertion(+) 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