From 0e8b5784e7cb68aff9293219abe7a7a879e9be39 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Sun, 16 Oct 2005 19:54:37 +0000 Subject: [PATCH] - disable gss checking (use heimdal) Changed files: curl-heimdal.patch -> 1.1 --- curl-heimdal.patch | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 curl-heimdal.patch diff --git a/curl-heimdal.patch b/curl-heimdal.patch new file mode 100644 index 0000000..bcedea8 --- /dev/null +++ b/curl-heimdal.patch @@ -0,0 +1,25 @@ +--- configure.ac.old 2005-10-15 22:33:18.000000000 +0200 ++++ configure.ac 2005-10-15 22:51:37.000000000 +0200 +@@ -729,13 +729,6 @@ + fi + CPPFLAGS="$CPPFLAGS $GSSAPI_INCS" + +- AC_CHECK_HEADER(gss.h, +- [ +- dnl found in the given dirs +- AC_DEFINE(HAVE_GSSGNU, 1, [if you have the GNU gssapi libraries]) +- gnu_gss=yes +- ], +- [ + dnl not found, check Heimdal + AC_CHECK_HEADER(gssapi.h, + [ +@@ -757,8 +750,6 @@ + ) + ] + ) +- ] +- ) + else + AC_MSG_RESULT(no) + fi -- 2.44.0