summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Klimov <jim@jimklimov.com>2016-07-15 18:22:13 +0200
committerJim Klimov <jim@jimklimov.com>2016-07-15 18:22:13 +0200
commit7c8eb71672a04c83f0dd8414c23a63722219fe4d (patch)
tree045e028ac57bb0736f7eea92b525994f41cd5797
parentc8eac974fd3057bd8cff1a66898d1899f27bf998 (diff)
downloaddistcc-git-7c8eb71672a04c83f0dd8414c23a63722219fe4d.tar.gz
configure.ac : consider more OS-specific variants of a GSS library
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index cd5fdd1..e5dc756 100644
--- a/configure.ac
+++ b/configure.ac
@@ -502,7 +502,7 @@ AC_ARG_WITH([auth],
if test x"$with_auth" = xyes; then
AC_SEARCH_LIBS([gss_init_sec_context],
- [gssapi gssapi_krb5],
+ [gssapi gssapi_krb5 gss],
AC_DEFINE(HAVE_GSSAPI, 1, [Define if the GSS_API is available])
AUTH_COMMON_OBJS="src/auth_common.o"
AUTH_DISTCC_OBJS="src/auth_distcc.o"