aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-04-23 09:36:42 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-04-23 09:36:42 +0000
commit53625e2a9ca3c64ec08daf1d7233551c166fdbdf (patch)
treef82e186852d635a5e90356c547484c31707aebdb /configure.in
parent51b29ad3772d54b8f1e841c0c84df703eed21c21 (diff)
win32: added an option to play sound when new messages arrive.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3053 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index d54e68d4..c8c7f0a3 100644
--- a/configure.in
+++ b/configure.in
@@ -82,7 +82,7 @@ case "$target" in
*-*-mingw*)
native_win32=yes
CFLAGS="$CFLAGS -mms-bitfields -mwindows"
- LIBS="$LIBS -lws2_32"
+ LIBS="$LIBS -lws2_32 -lwinmm"
AC_CHECK_PROG(WINDRES, windres, windres)
;;
esac