summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac8
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