configure: fix gssapi linking on HP-UX
authorMichael Osipov <michael-o@users.sf.net>
Thu, 16 Jan 2014 16:19:00 +0000 (17:19 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 16 Jan 2014 16:19:54 +0000 (17:19 +0100)
commit7e0c2c47abe9c452778a37bf5d1f2653ca1bf96f
treed98faa184a10557c00a56388a83d8a227af4d0d1
parent7b774482e73ec3cb0a9ab57b967773639e45f0be
configure: fix gssapi linking on HP-UX

The issue is with HP-UX that is comes with HP flavor of MIT
Kerberos. This means that there is no krb5-config and the lib is called
libgss.so

Bug: http://curl.haxx.se/bug/view.cgi?id=1321
configure.ac