mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
fix typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@35157 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
149e77e500
commit
42854d7dac
2 changed files with 2 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
@ -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
|
||||
|
|
|
@ -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.])
|
||||
|
|
Loading…
Reference in a new issue