44f8eb1
From dda273992cf528258646302bdcea2bc3004dc3b3 Mon Sep 17 00:00:00 2001
44f8eb1
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= <corsepiu@corsepiu.home>
44f8eb1
Date: Fri, 4 May 2012 13:09:10 +0200
44f8eb1
Subject: [PATCH 02/10] openal soname
44f8eb1
44f8eb1
---
44f8eb1
 src/glue/openal_wrapper.cpp | 2 +-
44f8eb1
 1 file changed, 1 insertion(+), 1 deletion(-)
44f8eb1
44f8eb1
diff --git a/src/glue/openal_wrapper.cpp b/src/glue/openal_wrapper.cpp
44f8eb1
index 1d47ecc..2a4ec08 100644
44f8eb1
--- a/src/glue/openal_wrapper.cpp
44f8eb1
+++ b/src/glue/openal_wrapper.cpp
44f8eb1
@@ -108,7 +108,7 @@ openal_wrapper(void)
44f8eb1
       int idx;
44f8eb1
       const char * possiblelibnames[] = {
44f8eb1
         NULL, /* is set below */
44f8eb1
-        "openal", "openal32", "libopenal.so", "libopenal.dylib",
44f8eb1
+        @LIBOPENAL_SONAME@,
44f8eb1
         NULL
44f8eb1
       };
44f8eb1
 
44f8eb1
-- 
44f8eb1
1.8.1.4
44f8eb1