diff options
author | Tor Lillqvist <tml@novell.com> | 2008-01-24 09:44:38 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2008-01-24 09:44:38 +0000 |
commit | 80bf23d7c96135b8279d6910fa6663eddc503580 (patch) | |
tree | 4a6cd01ad939de68ff843759fc54f2c71d0d3d4a /tests/continue-test.c | |
parent | 925502b8ccc58ac4ee2e6d19f3038e2986b4edaf (diff) | |
download | libsoup-80bf23d7c96135b8279d6910fa6663eddc503580.tar.gz |
Allow autogening even without AM_PATH_LIBGCRYPT available
2008-01-23 Tor Lillqvist <tml@novell.com>
* configure.in: Allow autogening even without AM_PATH_LIBGCRYPT
available
* libsoup/soup-date.c (soup_date_new_from_time_t): Correct use of
gmtime().
* libsoup/soup-headers.c (soup_headers_parse_status_line): Return
FALSE if neither HTTP nor ICY. Avoids crash in
tests/header-parsing.
* libsoup/soup-socket.c: On Windows SHUT_RDWR is called SD_BOTH.
(set_nonblocking): Fix typo.
* tests/continue-test.c: Seems to build fine without <pthread.h>,
so drop that.
svn path=/trunk/; revision=1051
Diffstat (limited to 'tests/continue-test.c')
-rw-r--r-- | tests/continue-test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/continue-test.c b/tests/continue-test.c index cba7abbf..b039031a 100644 --- a/tests/continue-test.c +++ b/tests/continue-test.c @@ -3,7 +3,6 @@ * Copyright (C) 2007 Novell, Inc. */ -#include <pthread.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |