summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 1e20e93f11..dcfb6d5a57 100755
--- a/configure
+++ b/configure
@@ -5173,7 +5173,7 @@ int main(void) {
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