Mercurial > hg > early-roguelike
diff arogue5/configure.ac @ 278:c222f9d56776
Remove an extra bracket from some Autoconf macros.
author | John "Elwin" Edwards |
---|---|
date | Sun, 10 Sep 2017 17:30:13 -0400 |
parents | 5238b835d661 |
children | 6376b514a30b |
line wrap: on
line diff
--- a/arogue5/configure.ac Sat Sep 09 07:25:23 2017 -0400 +++ b/arogue5/configure.ac Sun Sep 10 17:30:13 2017 -0400 @@ -33,7 +33,7 @@ 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=