From 53625e2a9ca3c64ec08daf1d7233551c166fdbdf Mon Sep 17 00:00:00 2001 From: hiro Date: Mon, 23 Apr 2012 09:36:42 +0000 Subject: 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 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') 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 -- cgit v1.2.3