summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-04-12 22:45:17 +0000
committerng0 <ng0@n0.is>2019-04-12 22:45:17 +0000
commit0a88d5c4908b1bb9974eae1fe052d4c4d3989be1 (patch)
tree20b054ed19b4eef6c769cadbe1435519dd097114
parentf2a4ecb07379f045e63c3ae8b5a8e689c20a0c30 (diff)
downloadgnurl-0a88d5c4908b1bb9974eae1fe052d4c4d3989be1.tar.gz
gnurl-0a88d5c4908b1bb9974eae1fe052d4c4d3989be1.tar.bz2
gnurl-0a88d5c4908b1bb9974eae1fe052d4c4d3989be1.zip
gssapi
-rwxr-xr-xconfigure.ac2
1 files changed, 2 insertions, 0 deletions
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)"