diff options
author | Jeff Layton <jlayton@redhat.com> | 2010-02-08 09:29:49 -0500 |
---|---|---|
committer | Jeff Layton <jlayton@redhat.com> | 2010-02-08 09:29:49 -0500 |
commit | b654da7caba26ba000ef5675ba8d548467565945 (patch) | |
tree | 5b6febed9830ff896dcad68f23bd1c27914420b0 | |
parent | 5e5a0c9d14fabe891bb5df2ee243ad4d85dd11ef (diff) | |
download | cifs-utils-b654da7caba26ba000ef5675ba8d548467565945.tar.gz cifs-utils-b654da7caba26ba000ef5675ba8d548467565945.tar.bz2 cifs-utils-b654da7caba26ba000ef5675ba8d548467565945.zip |
Add checks for specific krb5 functions
Signed-off-by: Jeff Layton <jlayton@redhat.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2e98c0e..0893ae2 100644 --- a/configure.ac +++ b/configure.ac @@ -35,6 +35,6 @@ AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK AC_FUNC_MALLOC AC_FUNC_REALLOC AC_FUNC_STRNLEN -AC_CHECK_FUNCS([alarm atexit endpwent getmntent getpass gettimeofday inet_ntop memset realpath setenv strchr strdup strerror strncasecmp strndup strpbrk strrchr strstr strtol strtoul uname]) +AC_CHECK_FUNCS([alarm atexit endpwent getmntent getpass gettimeofday inet_ntop memset realpath setenv strchr strdup strerror strncasecmp strndup strpbrk strrchr strstr strtol strtoul uname krb5_principal_get_realm krb5_free_unparsed_name]) AC_OUTPUT |