OpenAL should now work again under *nix

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1349 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
gewlitys
2004-03-14 19:34:18 +00:00
parent e3f5ff78a9
commit fec3656a6d
+1 -1
View File
@@ -1,4 +1,4 @@
if [ "$uqm_SOUNDMODULE" = openal ]; then if [ "$uqm_SOUNDMODULE" = "openal" ]; then
uqm_SUBDIRS="openal mixer decoders" uqm_SUBDIRS="openal mixer decoders"
uqm_CFLAGS="$uqm_CFLAGS -DHAVE_OPENAL" uqm_CFLAGS="$uqm_CFLAGS -DHAVE_OPENAL"
else else