gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] branch master updated: gssapi


From: gnunet
Subject: [GNUnet-SVN] [gnurl] branch master updated: gssapi
Date: Sat, 13 Apr 2019 00:45:24 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

The following commit(s) were added to refs/heads/master by this push:
     new 0a88d5c49 gssapi
0a88d5c49 is described below

commit 0a88d5c4908b1bb9974eae1fe052d4c4d3989be1
Author: ng0 <address@hidden>
AuthorDate: Fri Apr 12 22:45:17 2019 +0000

    gssapi
---
 configure.ac | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configure.ac b/configure.ac
index 7435b820b..8e7234356 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1379,6 +1379,7 @@ AC_ARG_WITH(gssapi,
 save_CPPFLAGS="$CPPFLAGS"
 AC_MSG_CHECKING([if GSS-API support is requested])
 if test x"$want_gss" = xyes; then
+  AC_MSG_ERROR([You must build gnurl with --without-gssapi])
   AC_MSG_RESULT(yes)
 
   if test -z "$GSSAPI_INCS"; then
@@ -1456,6 +1457,7 @@ else
   AC_MSG_RESULT(no)
 fi
 if test x"$want_gss" = xyes; then
+  AC_MSG_ERROR([You must build gnurl with --without-gssapi])
   AC_DEFINE(HAVE_GSSAPI, 1, [if you have GSS-API libraries])
   HAVE_GSSAPI=1
   curl_gss_msg="enabled (MIT Kerberos/Heimdal)"

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]