summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2011-02-28 09:37:28 +0100
committerSimon Josefsson <simon@josefsson.org>2011-02-28 09:37:28 +0100
commit14ba569126ff23584f988032f8d4d5170668d670 (patch)
treed82aec75f7dc5ca06d31b1380b6d59891becdc2d
parent6cf75db5f687ed6600d734b294fea8fdbcb40556 (diff)
downloadgnutls-14ba569126ff23584f988032f8d4d5170668d670.tar.gz
Handle multi-word $GNUTLS_REQUIRES_PRIVATE's.
-rw-r--r--lib/configure.ac4
1 files 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"