From 36aab9a2b3f0fb10ba46e24030641d0c3de857a3 Mon Sep 17 00:00:00 2001 From: Daniel Leining Date: Thu, 25 Oct 2012 10:56:37 -0400 Subject: fix alignment (space is off by 1) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d78329ed..a59df6bf 100644 --- a/configure.ac +++ b/configure.ac @@ -151,7 +151,7 @@ dnl [ --disable-sasl disable the SASL plugin], dnl sasl=$enableval, sasl=yes) AC_ARG_ENABLE(sysinfo, -[ --disable-sysinfo disable the SysInfo plugin], +[ --disable-sysinfo disable the SysInfo plugin], sysinfo=$enableval, sysinfo=yes) AC_ARG_ENABLE(dbus, -- cgit 1.4.1