Fixing m4 iops rename check
commit19c9247d5754fc3d534f1561899f3a3f3a341927
authorBrian Atkinson <batkinson@lanl.gov>
Thu, 1 Apr 2021 15:37:41 +0000 (1 09:37 -0600)
committerGitHub <noreply@github.com>
Thu, 1 Apr 2021 15:37:41 +0000 (1 08:37 -0700)
tree8500658f7c59e5dae76e028c057ff53b07005ad1
parent0c2eb3f54075c1ef0fb06b8ce3ca68c2978f99d8
Fixing m4 iops rename check

The configure check for iops->rename wanting flags was missing the
AC_MSG_CHECKING() so it would just print yes without saying what was
being checked.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Brian Atkinson <batkinson@lanl.gov>
Closes #11825
config/kernel-rename.m4