From 01f4578c8ee667f0357f6967f89f8e03462041cd Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 26 Oct 2019 18:16:34 +0200 Subject: Use -lopenal instead of -lopenal32 on win32. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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="" -- cgit v1.2.3