mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-05 23:38:18 +08:00
Update.
* sysdeps/unix/sysv/linux/configure.in: Remove `crypt from one more messages.
This commit is contained in:
parent
7e836977ea
commit
62d999dc20
@ -1,5 +1,8 @@
|
||||
2000-03-20 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/configure.in: Remove `crypt´ from one
|
||||
more messages.
|
||||
|
||||
* sysdeps/unix/sysv/aix/*: Add initial code for port to AIX 4.3.
|
||||
|
||||
2000-03-16 Thorsten Kukuk <kukuk@suse.de>
|
||||
|
@ -87,14 +87,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.
|
||||
|
Loading…
Reference in New Issue
Block a user