summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJeff Layton <jlayton@redhat.com>2010-02-09 11:57:54 -0500
committerJeff Layton <jlayton@redhat.com>2010-02-09 11:57:54 -0500
commit19d4ed9811f915b72f4a74444554986ed63c3334 (patch)
tree2967eb35949bb1cc027b24d29e7dbb2e9fe44237 /configure
parent62ddb5db88f1bd557fb5de791f3f3fad6a91fc26 (diff)
downloadcifs-utils-19d4ed9811f915b72f4a74444554986ed63c3334.tar.gz
cifs-utils-19d4ed9811f915b72f4a74444554986ed63c3334.tar.bz2
cifs-utils-19d4ed9811f915b72f4a74444554986ed63c3334.zip
autoconf: add some missing files for the releaserelease-4-0a1cifs-utils-4.0a1
...we don't want people to have to run autoreconf on their own, so add them to the tree. Signed-off-by: Jeff Layton <jlayton@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 6 insertions, 2 deletions
diff --git a/configure b/configure
index 19bfab6..c296921 100755
--- a/configure
+++ b/configure
@@ -4350,7 +4350,9 @@ _ACEOF
-for ac_header in arpa/inet.h fcntl.h inttypes.h limits.h mntent.h netdb.h stddef.h stdint.h stdlib.h string.h strings.h sys/mount.h sys/param.h sys/socket.h sys/time.h syslog.h unistd.h
+
+
+for ac_header in arpa/inet.h fcntl.h inttypes.h limits.h mntent.h netdb.h stddef.h stdint.h stdlib.h string.h strings.h sys/mount.h sys/param.h sys/socket.h sys/time.h syslog.h unistd.h krb5.h talloc.h
do
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
@@ -6228,7 +6230,9 @@ esac
-for ac_func in alarm atexit endpwent getmntent getpass gettimeofday inet_ntop memset realpath setenv strchr strdup strerror strncasecmp strndup strpbrk strrchr strstr strtol strtoul uname
+
+
+for ac_func in 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
do
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5