diff options
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/configure b/sysdeps/unix/sysv/linux/configure index 0da1c96ddf..e66768430e 100644 --- a/sysdeps/unix/sysv/linux/configure +++ b/sysdeps/unix/sysv/linux/configure @@ -116,14 +116,14 @@ case $add_ons in *) message="\ *** WARNING: Are you sure you do not want to use the \`linuxthreads' -*** and \`crypt' add-ons?" +*** add-on?" ;; esac if test "$message"; then if test $enable_sanity = yes; then echo "\ -*** You should not compile the GNU libc without the \`linuxthreads' +*** You should not compile the GNU libc without the \`linuxthreads' *** add-on. Not using them risks being incompatible with the *** libraries of other systems. Consider getting the add-on and restarting *** the configuration. |