head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2011.08.21.17.11.24;	author novel;	state dead;
branches;
next	1.1;

1.1
date	2011.06.06.12.07.37;	author novel;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update to 2.12.9.
@
text
@--- lib/configure.orig	2011-06-06 15:37:23.000000000 +0400
+++ lib/configure	2011-06-06 15:40:46.000000000 +0400
@@@@ -17201,13 +17201,6 @@@@
 $as_echo "no" >&6; }
 fi
 
-if test x$ac_zlib != xno; then
-  if test x$GNUTLS_REQUIRES_PRIVATE = x; then
-    GNUTLS_REQUIRES_PRIVATE="Requires.private: zlib"
-  else
-    GNUTLS_REQUIRES_PRIVATE="$GNUTLS_REQUIRES_PRIVATE , zlib"
-  fi
-fi
 
 
 
@


1.1
log
@Proper fix for gnutls.pc generation by ripping out 'zlib' part
from configure as it was originally submitted by Fumiyuki Shimizu in
ports/157647.

Pointy hat to:		novel
@
text
@@

