summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2015-06-05 10:24:02 -0400
committerSteve Dickson <steved@redhat.com>2015-06-16 11:34:38 -0400
commita2eee46b7d4c32565873dd39a207d05f2f4ff871 (patch)
tree4ec3e4593082484d5d335e3fd33e8c143e097c7b /configure.ac
parentbfafa073a0a78d76994c4b34097471c05338d293 (diff)
downloadti-rpc-a2eee46b7d4c32565873dd39a207d05f2f4ff871.tar.gz
configure: Heimdal Kerberos does not package gssapi/gssapi_ext.h
Reported-by: Karl-Johan Karlsson <creideiki+linux-nfs@lysator.liu.se> Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e3cb8af..6e7b068 100644
--- a/configure.ac
+++ b/configure.ac
@@ -54,7 +54,7 @@ AC_CONFIG_HEADERS([config.h])
AC_PROG_LIBTOOL
AC_HEADER_DIRENT
AC_PREFIX_DEFAULT(/usr)
-AC_CHECK_HEADERS([arpa/inet.h fcntl.h libintl.h limits.h locale.h netdb.h netinet/in.h stddef.h stdint.h stdlib.h string.h sys/ioctl.h sys/param.h sys/socket.h sys/time.h syslog.h unistd.h features.h])
+AC_CHECK_HEADERS([arpa/inet.h fcntl.h libintl.h limits.h locale.h netdb.h netinet/in.h stddef.h stdint.h stdlib.h string.h sys/ioctl.h sys/param.h sys/socket.h sys/time.h syslog.h unistd.h features.h gssapi/gssapi_ext.h])
AC_CHECK_LIB([pthread], [pthread_create])
AC_CHECK_FUNCS([getrpcbyname getrpcbynumber setrpcent endrpcent getrpcent])