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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user