Reviewed-by: Steven Dake <[email protected]> On 06/21/2011 03:04 AM, Jan Friesse wrote: > Signed-off-by: Jan Friesse <[email protected]> > --- > configure.ac | 10 +++++----- > 1 files changed, 5 insertions(+), 5 deletions(-) > > diff --git a/configure.ac b/configure.ac > index a01c90c..76afc9b 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -229,7 +229,7 @@ AC_ARG_ENABLE([debug], > [ default="no" ]) > > AC_ARG_ENABLE([user-flags], > - [ --enable-user-flags : rely on user environment. ], > + [ --enable-user-flags : rely on user environment. ], > [ default="no" ]) > > AC_ARG_ENABLE([coverage], > @@ -245,7 +245,7 @@ AC_ARG_ENABLE([nss], > [ enable_nss="yes" ]) > > AC_ARG_ENABLE([dbus], > - [ --enable-dbus : dbus events. ],, > + [ --enable-dbus : dbus events. ],, > [ enable_dbus="no" ]) > > AC_ARG_ENABLE([testagents], > @@ -258,12 +258,12 @@ AC_ARG_ENABLE([rdma], > AM_CONDITIONAL(BUILD_RDMA, test x$enable_rdma = xyes) > > AC_ARG_ENABLE([monitoring], > - [ --enable-monitoring : resource monitoring ],, > + [ --enable-monitoring : resource monitoring ],, > [ default="no" ]) > AM_CONDITIONAL(BUILD_MONITORING, test x$enable_monitoring = xyes) > > AC_ARG_ENABLE([watchdog], > - [ --enable-watchdog : Watchdog support ],, > + [ --enable-watchdog : Watchdog support ],, > [ edefault="no" ]) > AM_CONDITIONAL(BUILD_WATCHDOG, test x$enable_watchdog = xyes) > > @@ -288,7 +288,7 @@ AC_ARG_WITH([socket-dir], > [ SOCKETDIR="$localstatedir/run" ]) > > AC_ARG_ENABLE([snmp], > - [ --enable-snmp : SNMP protocol support ], > + [ --enable-snmp : SNMP protocol support ], > [ default="no" ]) > > AC_ARG_ENABLE([spinlocks],
_______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
