Procházet zdrojové kódy

Align --with-snmp in help output

Signed-off-by: Jan Friesse <jfriesse@redhat.com>
Reviewed-by: Steven Dake <sdake@redhat.com>
Jan Friesse před 14 roky
rodič
revize
9d1a52d42b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -281,7 +281,7 @@ AC_ARG_ENABLE([augeas],
 AM_CONDITIONAL(INSTALL_AUGEAS, test x$enable_augeas = xyes)
 AM_CONDITIONAL(INSTALL_AUGEAS, test x$enable_augeas = xyes)
 
 
 AC_ARG_ENABLE([systemd],
 AC_ARG_ENABLE([systemd],
-	      [  --enable-systemd               : Install systemd service files],,
+	      [  --enable-systemd                : Install systemd service files],,
 	[ enable_systemd="no" ])
 	[ enable_systemd="no" ])
 AM_CONDITIONAL(INSTALL_SYSTEMD, test x$enable_systemd = xyes)
 AM_CONDITIONAL(INSTALL_SYSTEMD, test x$enable_systemd = xyes)