Added alut back into the configure process, which hopefully will only be used when needed.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1978 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
cosmosninja
2008-05-22 21:56:44 +00:00
parent 1a8ec5578f
commit 370bb37065

View File

@@ -145,7 +145,7 @@ dnl tests etc --> needs cleanup
dnl The check for OpenAL headers depends on the OS, since
dnl Apple has the headers in OpenAL/al.h instead of AL/al.h
AC_SEARCH_LIBS(alGenBuffers, [openal], have_al_lib=yes)
AC_SEARCH_LIBS(alGenBuffers, [openal alut], have_al_lib=yes)
dnl We also check for ogg vorbis support now.
dnl we have 4 sound libraries to check, first we check for OpenAL