]> git.pld-linux.org Git - packages/vino.git/commitdiff
- better fix
authorhawk <hawk@pld-linux.org>
Mon, 10 Aug 2009 22:52:01 +0000 (22:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vino-gnutls-2_8-fix.patch -> 1.2

vino-gnutls-2_8-fix.patch

index 7390cabbb4bba74679ed82ed3d496d6b86b93901..333cf73eda7185e13f0ad9ea8d1b347c549e8775 100644 (file)
@@ -1,20 +1,11 @@
 --- configure.in.orig  2009-05-18 17:59:03.000000000 +0200
-+++ configure.in       2009-08-08 21:03:32.132933870 +0200
-@@ -171,13 +171,13 @@
++++ configure.in       2009-08-11 00:50:05.948280785 +0200
+@@ -171,7 +171,7 @@
              [  --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,
--                  [AC_DEFINE(HAVE_GNUTLS, 1, [Defined if the GNU TLS library is present])],
--                    AC_MSG_WARN([[
-+  if ! $PKG_CONFIG --exists gnutls ; then
-+    AC_MSG_ERROR([
++  PKG_CHECK_MODULES(LIBGNUTLS, gnutls >= 1.0.0,
+                   [AC_DEFINE(HAVE_GNUTLS, 1, [Defined if the GNU TLS library is present])],
+                     AC_MSG_WARN([[
  ***
- *** libgnutls was not found. You may want to get it from
- *** ftp://ftp.gnutls.org/pub/gnutls/
--]]))
-+    ])
-+  fi
- fi
- #
This page took 0.14734 seconds and 4 git commands to generate.