projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44f45ae
)
don't use alutInit to test for OpenAL
author
Matthias Braun
<matze@braunis.de>
Sun, 26 Jun 2005 17:41:44 +0000
(17:41 +0000)
committer
Matthias Braun
<matze@braunis.de>
Sun, 26 Jun 2005 17:41:44 +0000
(17:41 +0000)
SVN-Revision: 2645
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
043aaaa
..
cb7926e
100644
(file)
--- 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 <AL/al
ut
.h>],
- [al
utInit(0,
0);]),
+ NP_LANG_PROGRAM([#include <AL/al.h>],
+ [al
cOpenDevice(
0);]),
[], [-lopenal],
[],
[AC_MSG_ERROR([Please intall OpenAL])],