@@ -10,8 +10,16 @@
if ( read_conn_status(0, peername) ) {
csync_debug(1, "SSL command failed.\n");
--- configure.ac.orig 2010-07-28 22:09:01.548845860 +0200
-+++ configure.ac 2010-07-28 22:11:02.560504635 +0200
-@@ -79,7 +79,7 @@
++++ configure.ac 2010-07-28 22:28:45.525535875 +0200
+@@ -32,6 +32,7 @@
+ AC_PROG_INSTALL
+ AC_PROG_YACC
+ AM_PROG_LEX
++PKG_PROG_PKG_CONFIG
+
+ # check for large file support
+ AC_SYS_LARGEFILE
+@@ -79,7 +80,7 @@
then
# Check for gnuTLS.
AM_PATH_LIBGNUTLS(1.0.0, , [ AC_MSG_ERROR([[gnutls not found; install gnutls, gnutls-openssl and libtasn1 packages for your system or run configure with --disable-gnutls]]) ])
|