diff options
author | bviktor <bviktor@outlook.com> | 2012-10-25 08:05:07 -0700 |
---|---|---|
committer | bviktor <bviktor@outlook.com> | 2012-10-25 08:05:07 -0700 |
commit | 4a5be248047addd213ef3caaca98c345c2e02351 (patch) | |
tree | b8e5f0a597cb18b83d0254a528620d94a466c5b4 | |
parent | 7871d8ba2fd5436dbc5400893813f0b4a10d7959 (diff) | |
parent | 36aab9a2b3f0fb10ba46e24030641d0c3de857a3 (diff) |
Merge pull request #184 from blasphemy/spacing
fix alignment (space is off by 1)
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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, |