Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 5e76396..de8e2dd 100644
--- a/configure.in
+++ b/configure.in
@@ -79,7 +79,7 @@ case "$host" in
*-*-mingw*)
HOST_LIBS="-lws2_32 -lz"
HOST_GL_LIBS="-lopengl32 -lglu32"
- HOST_AL_LIBS="-lOpenAL32"
+ HOST_AL_LIBS="-lopenal32"
ICON_CLIENT="osirion-res.o"
ICON_SERVER="osiriond-res.o"
INSTALLTYPE="single directory"