From b3cd9097a6e6635661b755272b831f59c737f900 Mon Sep 17 00:00:00 2001 From: monsta Date: Mon, 15 Aug 2016 17:59:16 +0300 Subject: configure.ac: fix help text for --enable-suid and fix some indent --- configure.ac | 8 ++++---- 1 file 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 -- cgit v1.2.1