[gimp/metadata-browser] Fix alignment of configure --help output



commit 0a005c530c5e6eae9cd8a5241e20cefc1003b660
Author: Mikael Magnusson <mikachu src gnome org>
Date:   Fri Mar 9 20:11:23 2012 +0100

    Fix alignment of configure --help output

 configure.ac |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index dd3c2ca..82f4e1b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1399,7 +1399,7 @@ AC_SUBST(FILE_PDF_LOAD)
 # Check for cairo-pdf
 #####################
 
-AC_ARG_WITH(cairo_pdf,[  --without-cairo-pdf       build without cairo-pdf support])
+AC_ARG_WITH(cairo_pdf,[  --without-cairo-pdf     build without cairo-pdf support])
 have_cairo_pdf=no
 if test "x$with_cairo_pdf" != xno; then
   have_cairo_pdf=yes
@@ -1658,7 +1658,7 @@ fi
 # Check for libgudev
 ####################
 
-AC_ARG_WITH(gudev, [  --without-gudev        build without GUdev support])
+AC_ARG_WITH(gudev, [  --without-gudev         build without GUdev support])
 
 have_libgudev=no
 
@@ -1889,7 +1889,7 @@ AM_CONDITIONAL(HAVE_XSLTPROC, test "x$XSLTPROC" != "xno")
 # Check for xvfb-run
 ####################
 
-AC_ARG_WITH(xvfb-run,  [  --without-xvfb-run      Do not use xvfb-run for UI-dependent automatic tests])
+AC_ARG_WITH(xvfb-run,  [  --without-xvfb-run      do not use xvfb-run for UI-dependent automatic tests])
 
 have_xvfb_run="no (disabled)"
 if test "x$with_xvfb_run" != "xno"; then



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]