git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@35157 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2012-05-20 05:51:02 +00:00
parent 149e77e500
commit 42854d7dac
2 changed files with 2 additions and 2 deletions

2
configure vendored
View file

@ -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

View file

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