* configure.in: Fix the "$enable_acct_tools_setuid" = "yes" test.
This commit is contained in:
parent
c28c443d8f
commit
66cb5b33ad
@ -1,3 +1,7 @@
|
|||||||
|
2008-11-27 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* configure.in: Fix the "$enable_acct_tools_setuid" = "yes" test.
|
||||||
|
|
||||||
2008-11-27 Mike Frysinger <vapier@gentoo.org>
|
2008-11-27 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* NEWS, configure.in, libmisc/chkname.c: make group max length a
|
* NEWS, configure.in, libmisc/chkname.c: make group max length a
|
||||||
|
@ -449,7 +449,7 @@ if test "$enable_acct_tools_setuid" != "no"; then
|
|||||||
enable_acct_tools_setuid="no"
|
enable_acct_tools_setuid="no"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
if "$enable_acct_tools_setuid" = "yes"; then
|
if test "$enable_acct_tools_setuid" = "yes"; then
|
||||||
AC_DEFINE(ACCT_TOOLS_SETUID,
|
AC_DEFINE(ACCT_TOOLS_SETUID,
|
||||||
1,
|
1,
|
||||||
[Define if account management tools should be installed setuid and authenticate the callers])
|
[Define if account management tools should be installed setuid and authenticate the callers])
|
||||||
|
Loading…
Reference in New Issue
Block a user