From edebc8d4ea4e67950bef052d409dfb5fb228c181 Mon Sep 17 00:00:00 2001 From: Richard Frith-MacDonald Date: Sun, 20 May 2012 05:51:02 +0000 Subject: [PATCH] fix typo git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@35157 72102866-910b-0410-8b05-ffd578937521 --- configure | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 5832689ed..2e4b679f2 100755 --- a/configure +++ b/configure @@ -24481,7 +24481,7 @@ $as_echo "no" >&6; } echo echo "You do not appear to have usable libgnutls headers/library." echo "Building without them will disable SSL/TLS/HTTPS in NSStream" - echo "and NSConnection." + echo "and NSURLConnection." echo "If you really want to build gnustep-base without TLS support," echo "add --disable-tls to the configure arguments." { { $as_echo "$as_me:$LINENO: error: Missing support for TLS functionality." >&5 diff --git a/configure.ac b/configure.ac index 3b79612fa..f8b178127 100644 --- a/configure.ac +++ b/configure.ac @@ -2987,7 +2987,7 @@ if test $enable_tls = yes; then echo echo "You do not appear to have usable libgnutls headers/library." echo "Building without them will disable SSL/TLS/HTTPS in NSStream" - echo "and NSConnection." + echo "and NSURLConnection." echo "If you really want to build gnustep-base without TLS support," echo "add --disable-tls to the configure arguments." AC_MSG_ERROR([Missing support for TLS functionality.])