From c932d532c8d858bed66b5393cc8d7be21f26dd2e Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Tue, 6 Aug 2013 11:23:02 -0700 Subject: [PATCH] One more './configure --help' alignment fix --- build/libtool.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/libtool.m4 b/build/libtool.m4 index dcd2aeae97..56658ccbb4 100644 --- a/build/libtool.m4 +++ b/build/libtool.m4 @@ -2103,7 +2103,8 @@ AC_DEFUN([AC_ENABLE_FAST_INSTALL], [define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl AC_ARG_ENABLE([fast-install], changequote(<<, >>)dnl -<< --enable-fast-install[=PKGS] Optimize for fast installation [default=>>AC_ENABLE_FAST_INSTALL_DEFAULT], +<< --enable-fast-install[=PKGS] + Optimize for fast installation [default=>>AC_ENABLE_FAST_INSTALL_DEFAULT], changequote([, ])dnl [p=${PACKAGE-default} case $enableval in -- 2.50.1