[libsoup] soup-status.c: #include config.h to get HAVE_SSL define



commit 5777a65e543e598ce67a85eea71de871723953ca
Author: Dan Winship <danw gnome org>
Date:   Thu Jun 3 10:37:39 2010 +0200

    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.

 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 12473f6..1581d7a 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"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]