mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 15:00:12 +00:00
cf: Remove obsolete comment "Fast restart"
Commit8ab7a90937
'pts-supergroups-20030114' inserted new configure option --enable-supergroups into acinclude.m4. This unintentionally separated the comment "# Fast restart" from its corresponding --enable-fast-restart option. Commite61800b992
'Remove --enable-fast-restart configure option' overlooked the associated comment "# Fast restart" due to the separation introduced by the previous commit. Commitc72622a244
'autoconf: refactor acinclude.m4' moved this vestigial comment to its current resting place in src/cf/options.m4 Remove the vestigial comment. No functional change is incurred by this commit. Change-Id: I2f83e12bbbcb2d9929575f298b3d3a260b68a9ca Reviewed-on: https://gerrit.openafs.org/15666 Reviewed-by: Benjamin Kaduk <kaduk@mit.edu> Tested-by: Mark Vitale <mvitale@sinenomine.net> Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Cheyenne Wills <cwills@sinenomine.net> Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
This commit is contained in:
parent
85781d7e83
commit
2a099859ba
@ -265,7 +265,6 @@ enable_login="no"
|
||||
])
|
||||
|
||||
AC_DEFUN([OPENAFS_OPTION_TESTS],[
|
||||
# Fast restart
|
||||
if test "$enable_supergroups" = "yes"; then
|
||||
AC_DEFINE(SUPERGROUPS, 1, [define if you want to have support for nested pts groups])
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user