diff options
author | Tanya Lattner <tonic@nondot.org> | 2007-09-17 21:41:15 +0000 |
---|---|---|
committer | Tanya Lattner <tonic@nondot.org> | 2007-09-17 21:41:15 +0000 |
commit | 856585b6d63de9706584c27683f48ae858a6ca3c (patch) | |
tree | 7b0cc16891f204b56b5f468451589586c6ae261d /configure | |
parent | 8893ca6dabf2d6f4e180b21d1a605e0ce0afc495 (diff) |
Fix broken default help strings for enable-shared, enable-static, and enable-fast-install. Regenerate configure script.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42066 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1542,12 +1542,12 @@ Optional Features: %a (default is YES) --enable-ltdl-install install libltdl --enable-shared[=PKGS] build shared libraries - [default=enable_shared_default] + [default=yes] --enable-static[=PKGS] build static libraries - [default=enable_static_default] + [default=yes] --enable-fast-install[=PKGS] optimize for fast installation - [default=enable_Fast_install_default] + [default=yes] --disable-libtool-lock avoid locking (might break parallel builds) Optional Packages: |