diff options
author | Dan Winship <danw@gnome.org> | 2010-06-03 10:37:39 +0200 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2010-06-09 11:23:00 -0400 |
commit | 5777a65e543e598ce67a85eea71de871723953ca (patch) | |
tree | fae9328caec1e3960eba389d323f632fbc0cdf0c /libsoup/soup-status.c | |
parent | 21fbc17b56ddc3b5b2ca6a9fdeef4af90bc9d5af (diff) | |
download | libsoup-5777a65e543e598ce67a85eea71de871723953ca.tar.gz |
soup-status.c: #include config.h to get HAVE_SSL define
Now SOUP_STATUS_SSL will have the the reason phrase "SSL handshake
failed" instead of "SSL support not available" when SSL was available.
Diffstat (limited to 'libsoup/soup-status.c')
-rw-r--r-- | libsoup/soup-status.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libsoup/soup-status.c b/libsoup/soup-status.c index 12473f61..1581d7ae 100644 --- a/libsoup/soup-status.c +++ b/libsoup/soup-status.c @@ -5,6 +5,8 @@ * Copyright (C) 2001-2003, Ximian, Inc. */ +#include "config.h" + #include <glib.h> #include "soup-status.h" |