diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | makewin32.sh | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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 |