From: Derrick Brashear Date: Wed, 23 Jan 2008 13:47:34 +0000 (+0000) Subject: DEVEL15-linux-key-type-detection-once-20080123 X-Git-Tag: openafs-devel-1_5_31~73 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=3383787f54bf90c6c5bc7d905044947785469071;p=packages%2Fo%2Fopenafs.git DEVEL15-linux-key-type-detection-once-20080123 LICENSE IPL10 doubled configure test from 2 sources. (cherry picked from commit 9a45a546747dad7a70b24b76b1a02bf398c22762) --- diff --git a/src/cf/linux-test4.m4 b/src/cf/linux-test4.m4 index 22c2631e1..6e4fda229 100644 --- a/src/cf/linux-test4.m4 +++ b/src/cf/linux-test4.m4 @@ -950,16 +950,6 @@ _fop.splice_read(NULL, NULL, NULL, 0, 0);], ac_cv_linux_fs_struct_fop_has_splice=no)]) AC_MSG_RESULT($ac_cv_linux_fs_struct_fop_has_splice)]) -AC_DEFUN([LINUX_KEY_TYPE_H_EXISTS], [ - AC_MSG_CHECKING([whether linux/key-type.h exists]) - AC_CACHE_VAL([ac_cv_linux_key_type_h_exists], [ - AC_TRY_KBUILD( -[#include ], -[return;], - ac_cv_linux_key_type_h_exists=yes, - ac_cv_linux_key_type_h_exists=no)]) - AC_MSG_RESULT($ac_cv_linux_key_type_h_exists)]) - AC_DEFUN([LINUX_HAVE_CURRENT_KERNEL_TIME], [ AC_MSG_CHECKING([for current_kernel_time()]) AC_CACHE_VAL([ac_cv_linux_have_current_kernel_time], [