From: Matthias Braun Date: Sun, 26 Jun 2005 17:41:44 +0000 (+0000) Subject: don't use alutInit to test for OpenAL X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=218a7bd54e890607af8c9567036ffb78e9591715;p=supertux.git don't use alutInit to test for OpenAL SVN-Revision: 2645 --- diff --git a/configure.ac b/configure.ac index 043aaaaa8..cb7926e1c 100644 --- a/configure.ac +++ b/configure.ac @@ -137,8 +137,8 @@ NP_FINDLIB([PHYSFS], [physfs], [physfs >= 1.0.0], [AC_MSG_ERROR([Please install physfs >= 1.0])]) NP_FINDLIB([OPENAL], [OpenAL], [OpenAL], - NP_LANG_PROGRAM([#include ], - [alutInit(0, 0);]), + NP_LANG_PROGRAM([#include ], + [alcOpenDevice(0);]), [], [-lopenal], [], [AC_MSG_ERROR([Please intall OpenAL])],