diff options
-rw-r--r-- | configure.in | 2 |
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" |