]> granicus.if.org Git - curl/commit
configure.ac: Add support for recent GSS-API implementations for HP-UX
authorMichael Osipov <1983-01-06@gmx.net>
Fri, 8 Aug 2014 10:03:58 +0000 (12:03 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 25 Aug 2014 13:09:26 +0000 (15:09 +0200)
commitee40b6882de92b0d5bf58df72777c7c862e1cbee
tree19356d810112f89110c5e9c44934ce4641607bef
parent36a76380739660ce368d97289d87d0906c412d47
configure.ac: Add support for recent GSS-API implementations for HP-UX

By default, configure script assumes that libcurl will use the
HP-supplied GSS-API implementation which does not have krb5-config.
If a dev needs a more recent version which has that config script,
the change will allow to pass an appropriate GSSAPI_ROOT.
configure.ac