diff options
author | monsta <[email protected]> | 2016-08-15 17:59:16 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-08-15 21:35:08 +0300 |
commit | edf277aa4c68ede57d444e728dd3302d75fdf5d3 (patch) | |
tree | 103789af992e99e185a17ffac62e2a7f6e41bd3d | |
parent | 9c4a86e162bcfe2663c31c32123b5039a96fb226 (diff) | |
download | mate-applets-edf277aa4c68ede57d444e728dd3302d75fdf5d3.tar.bz2 mate-applets-edf277aa4c68ede57d444e728dd3302d75fdf5d3.tar.xz |
configure.ac: fix help text for --enable-suid and fix some indent
-rw-r--r-- | configure.ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index aba2ae53..6a674c16 100644 --- a/configure.ac +++ b/configure.ac @@ -209,7 +209,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, @@ -390,9 +390,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 |