[vino] fix Bug 584330 – vino does not build with gnutls 2.8
- From: Jonh Wendell <jwendell src gnome org>
- To: svn-commits-list gnome org
- Subject: [vino] fix Bug 584330 – vino does not build with gnutls 2.8
- Date: Sat, 20 Jun 2009 08:33:47 -0400 (EDT)
commit 3fd8c17810d5b499658c9424621ebc2c7378a94f
Author: Funda Wang <fundawang gmail com>
Date: Sat Jun 20 09:33:31 2009 -0300
fix Bug 584330 â?? vino does not build with gnutls 2.8
configure.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index 46deabb..a9e4551 100644
--- a/configure.in
+++ b/configure.in
@@ -207,7 +207,7 @@ AC_ARG_ENABLE(gnutls,
[ --disable-gnutls=[no/yes] don't build VNC over SSL support [default=no]],,
enable_gnutls=yes)
if test "$enable_gnutls" = "yes"; then
- AM_PATH_LIBGNUTLS(1.0.0,
+ PKG_CHECK_MODULES(LIBGNUTLS, [gnutls >= 1.0.0],
[AC_DEFINE(HAVE_GNUTLS, 1, [Defined if the GNU TLS library is present])],
AC_MSG_WARN([[
***
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]