changeset 1723:681fa0bbf388

Cosmetic change in ./configure --help output
author Mikael Berthe <mikael@lilotux.net>
date Sun, 28 Feb 2010 12:51:32 +0100
parents b18142457ca9
children 0fa71bfe703d
files mcabber/configure.ac
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/configure.ac	Sun Feb 28 11:33:39 2010 +0100
+++ b/mcabber/configure.ac	Sun Feb 28 12:51:32 2010 +0100
@@ -131,7 +131,7 @@
               [Define if ncurses has ESCDELAY variable])
 fi
 
-AC_ARG_ENABLE(modules, [  --enable-modules         enable dynamic modules loading],
+AC_ARG_ENABLE(modules, [  --enable-modules        enable dynamic modules loading],
               enable_modules=$enableval)
 if test "x$enable_modules" = "xyes"; then
   AC_DEFINE(MODULES_ENABLE, 1, [Define if you want dynamic modules loading])
@@ -193,7 +193,7 @@
 fi
 
 # Check for Enchant stuff
-AC_ARG_ENABLE(enchant, [  --enable-enchant       enable enchant support],
+AC_ARG_ENABLE(enchant, [  --enable-enchant        enable enchant support],
               enable_enchant=$enableval, enchant="")
 # Check for Aspell stuff
 AC_ARG_ENABLE(aspell, [  --enable-aspell         enable aspell support],