diff options
author | Christopher Jones <sixd@php.net> | 2013-08-06 11:23:02 -0700 |
---|---|---|
committer | Christopher Jones <sixd@php.net> | 2013-08-06 11:23:02 -0700 |
commit | c932d532c8d858bed66b5393cc8d7be21f26dd2e (patch) | |
tree | c1542ed95ac38c987c62bda31aa04e4867e812a2 /build | |
parent | c6d977dd395262c5c8d9091519a41aebe6f40db9 (diff) | |
download | php-git-c932d532c8d858bed66b5393cc8d7be21f26dd2e.tar.gz |
One more './configure --help' alignment fix
Diffstat (limited to 'build')
-rw-r--r-- | build/libtool.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
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 |