diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-07-04 20:33:03 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-07-04 20:33:03 +0530 |
commit | 52dfbe137e41f2da1f5584f6dd9ea89589c71228 (patch) | |
tree | efed78bd12e34d5c0eef9013a03ea11f9601a8d7 /configure | |
parent | 3f16954315aa4da11eb33306395d28913b11fc32 (diff) | |
download | glibc-52dfbe137e41f2da1f5584f6dd9ea89589c71228.tar.gz glibc-52dfbe137e41f2da1f5584f6dd9ea89589c71228.tar.xz glibc-52dfbe137e41f2da1f5584f6dd9ea89589c71228.zip |
Fix lock elision help text in INSTALL and configure
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure b/configure index a873b20617..59a69f634f 100755 --- a/configure +++ b/configure @@ -1401,8 +1401,7 @@ Optional Features: initialize __stack_chk_guard canary with a random number at program start --enable-lock-elision=yes/no - Enable lock elision for pthread mutexes and rwlocks - by default + Enable lock elision for pthread mutexes by default --enable-add-ons[=DIRS...] configure and build add-ons in DIR1,DIR2,... search for add-ons if no parameter given |