aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-10-11 07:47:35 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-10-11 07:47:35 +0000
commit1f54d4937ff9dec44d633578540ec555d0630ea4 (patch)
treee3cc273e61ab9ffd8e814a08ef06f300500a0d84 /configure.in
parent45bebb670ccc01678eb37f8de46ea0f67a496e55 (diff)
output g_log() messages to the log window and log file. Disabled console window on win32.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@631 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 2e66c3b0..0a4f3a3a 100644
--- a/configure.in
+++ b/configure.in
@@ -61,7 +61,7 @@ case "$target" in
;;
*-*-mingw*)
native_win32=yes
- CFLAGS="$CFLAGS -mms-bitfields"
+ CFLAGS="$CFLAGS -mms-bitfields -mwindows"
LIBS="$LIBS -lws2_32"
;;
esac