From: Marc Dionne Date: Sat, 11 Jun 2011 01:49:58 +0000 (-0400) Subject: Linux: remove typedef from configure test comment X-Git-Tag: upstream/1.8.0_pre1^2~3632 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=d354050ab1d9e4fda9265cd119e9787f39bb6fba;p=packages%2Fo%2Fopenafs.git Linux: remove typedef from configure test comment Remove the "typedef" from the structure element configure test comment. The typedef version of the macro is used by the more general element test, so the comment should be more general. This affects comments in src/config/afsconfig.h Change-Id: If5b748e1a63de83e15906fc16e7c94b357c4363c Reviewed-on: http://gerrit.openafs.org/4836 Tested-by: BuildBot Reviewed-by: Derrick Brashear --- diff --git a/src/cf/linux-test1.m4 b/src/cf/linux-test1.m4 index 106c5b59a..51238cd65 100644 --- a/src/cf/linux-test1.m4 +++ b/src/cf/linux-test1.m4 @@ -137,6 +137,6 @@ AC_DEFUN([AC_CHECK_LINUX_TYPED_STRUCT], [#include ], [$1 _test; printk("%x\n", &_test.$2); ], AS_TR_CPP($1_HAS_$2), - [Define if kernel typedef'd $1 has the $2 element]) + [Define if kernel $1 has the $2 element]) ])