Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 52fa82d..3ed21e6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -104,7 +104,7 @@ dnl
*-*-mingw*)
HOST_LIBS="-lws2_32"
HOST_GL_LIBS="-lopengl32 -lglu32"
- HOST_AL_LIBS="-lopenal32"
+ HOST_AL_LIBS="-lopenal"
ICON_CLIENT="osirion-res.o"
ICON_SERVER="osiriond-res.o"
SDLMAIN=""