diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-04-17 12:16:14 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-04-17 12:16:14 +0000 |
commit | 94042680a16316e6ee7ac9e39732c39c6e71a0a2 (patch) | |
tree | caaf6d7e7c70f6234a85c5a812f9b129bd5585f3 /gnome-base/gnome-vfs/files | |
parent | Initial commit wrt #307113 by "keenblade". (diff) | |
download | historical-94042680a16316e6ee7ac9e39732c39c6e71a0a2.tar.gz historical-94042680a16316e6ee7ac9e39732c39c6e71a0a2.tar.bz2 historical-94042680a16316e6ee7ac9e39732c39c6e71a0a2.zip |
Fix bug 312909
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'gnome-base/gnome-vfs/files')
-rw-r--r-- | gnome-base/gnome-vfs/files/gnome-vfs-2.24.0-gnutls27.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnome-base/gnome-vfs/files/gnome-vfs-2.24.0-gnutls27.patch b/gnome-base/gnome-vfs/files/gnome-vfs-2.24.0-gnutls27.patch index 15483c681f3d..f6fa18b1790d 100644 --- a/gnome-base/gnome-vfs/files/gnome-vfs-2.24.0-gnutls27.patch +++ b/gnome-base/gnome-vfs/files/gnome-vfs-2.24.0-gnutls27.patch @@ -9,7 +9,7 @@ - AM_PATH_LIBGNUTLS(1.0.0, [AC_DEFINE(HAVE_GNUTLS, 1, [Define to 1 if GnuTLS is available]) - have_ssl=true]) + PKG_CHECK_MODULES(LIBGNUTLS, gnutls >= 1.0.0, [AC_DEFINE(HAVE_GNUTLS, 1, [Define to 1 if GnuTLS is available]) -+ have_ssl = true]) ++ have_ssl=true]) if test "x${LIBGNUTLS_LIBS}" = "x"; then - AM_PATH_LIBGNUTLS(0.5.1, [AC_DEFINE(HAVE_GNUTLS, 1, [Define to 1 if GnuTLS is available]) |