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.])