summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-08-15 17:59:16 +0300
committermonsta <[email protected]>2016-08-15 17:59:16 +0300
commitb3cd9097a6e6635661b755272b831f59c737f900 (patch)
tree61701b28af3b3559ec74046de710e8d9fc06523d
parent32f66bdefc99da5dbbb15a054ae79167e6c67048 (diff)
downloadmate-applets-b3cd9097a6e6635661b755272b831f59c737f900.tar.bz2
mate-applets-b3cd9097a6e6635661b755272b831f59c737f900.tar.xz
configure.ac: fix help text for --enable-suid and fix some indent
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 7d4b65d6..2c2f669d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -203,7 +203,7 @@ AC_SUBST(POLKIT_LIBS)
dnl -- check for libupower-glib (optional) ------------------------------------
UPOWER_CFLAGS=
UPOWER_LIBS=
-AC_ARG_WITH(upower, [ --without-upower build without upower support])
+AC_ARG_WITH(upower, [ --without-upower build without upower support])
if test "x$with_upower" != xno; then
PKG_CHECK_MODULES(UPOWER, upower-glib >= $UPOWER_REQUIRED,
@@ -384,9 +384,9 @@ AC_ARG_ENABLE(frequency-selector,
dnl --enable-suid=(yes/no)
AC_ARG_ENABLE(suid,
- [ --enable-suid[@:<@=yes/no@:>@] suid root the frequency selector executable
- [@<:@default: yes@:>@]], ,
- suid=yes)
+ [ --enable-suid[@<:@=yes/no@:>@] suid root the frequency selector executable
+ [@<:@default: yes@:>@]], ,
+ suid=yes)
if test "x$HAVE_POLKIT" = "xyes"; then
suid=no