]> git.pld-linux.org Git - packages/curl.git/blob - curl-heimdal.patch
- rel 2
[packages/curl.git] / curl-heimdal.patch
1 --- configure.ac.old    2005-10-15 22:33:18.000000000 +0200
2 +++ configure.ac        2005-10-15 22:51:37.000000000 +0200
3 @@ -729,13 +729,6 @@
4    fi
5    CPPFLAGS="$CPPFLAGS $GSSAPI_INCS"
6  
7 -  AC_CHECK_HEADER(gss.h,
8 -    [
9 -      dnl found in the given dirs
10 -      AC_DEFINE(HAVE_GSSGNU, 1, [if you have the GNU gssapi libraries])
11 -      gnu_gss=yes
12 -    ],
13 -    [
14        dnl not found, check Heimdal
15        AC_CHECK_HEADER(gssapi.h,
16          [
17 @@ -757,8 +750,6 @@
18            )
19          ]
20        )        
21 -    ]
22 -  )
23  else
24    AC_MSG_RESULT(no)
25  fi
This page took 0.098638 seconds and 3 git commands to generate.