summaryrefslogtreecommitdiff
path: root/games-engines/gemrb/files/openal-fix.patch
blob: 78d21010375dbfab7f7f0c4f5530cac467bf5be8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: configure.in
===================================================================
--- configure.in	(revision 5511)
+++ configure.in	(working copy)
@@ -126,7 +126,7 @@ AM_PATH_SDL(1.2.0, [], [AC_MSG_ERROR([
 
 dnl Check for OpenAL, fail if not found.
 dnl Check for libSDL Version 1.2 or greater, fail if not found.
-AM_PATH_OPENAL([], [AC_MSG_ERROR([
+AC_CHECK_HEADER(AL/al.h,,[AC_MSG_ERROR]([
 
 *** You need OpenAL (www.openal.org) to compile GemRB
 ])])