cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Curl and heimdal

From: Michal Marek <mmarek_at_suse.cz>
Date: Fri, 04 Apr 2008 14:07:34 +0200

Michal Marek wrote:
> Daniel Stenberg wrote:
>> On Wed, 2 Apr 2008, Rafa Muyo wrote:
>>> While heimdal was detected correctly in curl 7.17.1, when you changed the
>>> order in configure.ac for 7.18.1, it's now identified as MIT. The reason is
>>> that while heimdal has <gssapi.h> in $(prefix)/include , unless
>>> distributions move it, $(prefix)/include/gssapi/gssapi.h is present too
>>> (check lib/gssapi/Makefile.am of heimdal). Of course, this means compilation
>>> eventually ends with an error.
>
> So both mit and heimdal have both /usr/include/gssapi.h and
> /usr/include/gssapi/gssapi.h? Great :-/
>
>> So it works fine if you revert this patch?
>> http://cool.haxx.se/cvs.cgi/curl/configure.ac.diff?r1=1.276&r2=1.277
>
> I'll have a look if it's possible to distinguish the two versions more
> reliably.

Please try the attached patch. Apply it to unmodified source, run
./buildconf and then ./configure as usual. Please tell me if it works
for you or not and post the output of

  grep GSS lib/config.h

after running ./configure.

Please CC me, as I don't receive mail from curl-users.

thanks,
Michal

Received on 2008-04-04