aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rwxr-xr-xmakewin32.sh2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7983e983..34d84a6b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2009-10-08
+ * makewin32.sh: added --enable-threads.
+
+2009-10-08
+
* libsylph/imap.c
src/query_search.c: fixed compilation without thread support.
diff --git a/makewin32.sh b/makewin32.sh
index 58688be0..0000a625 100755
--- a/makewin32.sh
+++ b/makewin32.sh
@@ -1,7 +1,7 @@
#!/bin/sh
./configure --prefix=$HOME/dist --with-localedir=lib/locale \
- --enable-oniguruma --disable-ipv6 \
+ --enable-oniguruma --enable-threads --disable-ipv6 \
'CC=gcc -mtune=pentium3' CFLAGS=-O3 \
&& make \
&& make install-strip