[Pkg-shadow-devel] [PATCH] add missing "test" to ACCT_TOOLS_SETUID configure logic

Mike Frysinger vapier at gentoo.org
Thu Nov 27 20:38:55 UTC 2008


Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.in b/configure.in
index 5361b3b..d998318 100644
--- a/configure.in
+++ b/configure.in
@@ -449,7 +449,7 @@ if test "$enable_acct_tools_setuid" != "no"; then
 			enable_acct_tools_setuid="no"
 		fi
 	fi
-	if "$enable_acct_tools_setuid" = "yes"; then
+	if test "$enable_acct_tools_setuid" = "yes"; then
 		AC_DEFINE(ACCT_TOOLS_SETUID,
 		          1,
 		          [Define if account management tools should be installed setuid and authenticate the callers])
-- 
1.6.0.4




More information about the Pkg-shadow-devel mailing list