From 14ba569126ff23584f988032f8d4d5170668d670 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Mon, 28 Feb 2011 09:37:28 +0100 Subject: Handle multi-word $GNUTLS_REQUIRES_PRIVATE's. --- lib/configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/configure.ac b/lib/configure.ac index 6b734c2725..9f22ad12d8 100644 --- a/lib/configure.ac +++ b/lib/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -# 2009, 2010 Free Software Foundation, Inc. +# 2009, 2010, 2011 Free Software Foundation, Inc. # # Author: Nikos Mavrogiannopoulos, Simon Josefsson # @@ -80,7 +80,7 @@ else fi if test x$ac_zlib != xno; then - if test x$GNUTLS_REQUIRES_PRIVATE = x; then + if test "$GNUTLS_REQUIRES_PRIVATE" = ""; then GNUTLS_REQUIRES_PRIVATE="Requires.private: zlib" else GNUTLS_REQUIRES_PRIVATE="$GNUTLS_REQUIRES_PRIVATE , zlib" -- cgit v1.2.1