aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthew Gregan <[email protected]>2012-12-01 12:18:30 +1300
committerMatthew Gregan <[email protected]>2012-12-01 12:18:30 +1300
commitd2c45250a59c20a16427be0f1eb592b5176f43df (patch)
treeceed26993fc5eed2d40fd4c79df6fa0089cb4038 /configure.ac
parent98769a7861b067125a76c97ddb51c5db8f528b75 (diff)
downloadcubeb-d2c45250a59c20a16427be0f1eb592b5176f43df.tar.gz
cubeb-d2c45250a59c20a16427be0f1eb592b5176f43df.zip
changes to support building with MinGW. fixes #10.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index d86a29e..530bb6b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -71,6 +71,7 @@ elif test "x$ac_cv_header_windows_h" = "xyes"; then
# platform_api="dsound"
# else
platform_api="wave"
+ platform_lib="-lwinmm"
# fi
fi
AM_CONDITIONAL([PULSE], [test ${platform_api} = "pulse"])