Remove an extra bracket from some Autoconf macros.
This commit is contained in:
parent
b521be16e8
commit
f8d1f422c8
5 changed files with 5 additions and 5 deletions
|
|
@ -36,7 +36,7 @@ AC_ARG_WITH(program-name, AC_HELP_STRING([--with-program-name=NAME],[alternate e
|
|||
PROGRAM=$progname
|
||||
AC_SUBST(PROGRAM)
|
||||
|
||||
AC_ARG_ENABLE(setgid, AC_HELP_STRING([--enable-setgid=NAME],[install executable as setgid with group ownership of NAME @<:@default=no@:>@])],[],[])
|
||||
AC_ARG_ENABLE(setgid, AC_HELP_STRING([--enable-setgid=NAME],[install executable as setgid with group ownership of NAME @<:@default=no@:>@]),[],[])
|
||||
AC_MSG_CHECKING([if using setgid execute bit])
|
||||
if test "x$enable_setgid" = "xno" ; then
|
||||
GROUPOWNER=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue