Changes of Revision 26
[-] [+] | Changed | csync2-1.34.99-gnutls.patch |
@@ -9,3 +9,15 @@ conn_printf("SSL\n"); if ( read_conn_status(0, peername) ) { csync_debug(1, "SSL command failed.\n"); +--- config.h.in.orig 2010-07-27 20:02:37.974736774 +0200 ++++ config.h.in 2010-07-27 20:02:47.594734776 +0200 +@@ -9,6 +9,9 @@ + /* Define to 1 if you have the `sqlite3' library (-lsqlite3). */ + #undef HAVE_LIBSQLITE3 + ++/* Define for gnutls */ ++#undef HAVE_LIBGNUTTLS ++ + /* Name of package */ + #undef PACKAGE + |