changeset 25905:58cc83083579

Also accept OpenAL32 as library name for OpenAL, it is used by some Windows-Implementations
author reimar
date Wed, 30 Jan 2008 21:46:20 +0000
parents b6a21117a904
children ffea6350c511
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Wed Jan 30 21:40:06 2008 +0000
+++ b/configure	Wed Jan 30 21:46:20 2008 +0000
@@ -5173,7 +5173,7 @@
   return 0;
 }
 EOF
-  for I in "-lopenal" "-framework OpenAL" ; do
+  for I in "-lopenal" "-lopenal32" "-framework OpenAL" ; do
     cc_check $I && _openal=yes && break
     cc_check -DOPENAL_AL_H=1 $I && _def_openal_h='#define OPENAL_AL_H 1' && _openal=yes && break
   done