diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-03-21 20:18:34 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-03-21 20:18:34 +0000 |
commit | 8d617a716df0ed5fd9ea1c8e65dd8e59b168573e (patch) | |
tree | 9bae23f82c38958c166ca3d65bb308f52ab2d14c /sysdeps/unix/sysv/linux/configure | |
parent | bc4831b956f96efd9f4185b739b8ce8f3fa4dae6 (diff) | |
download | glibc-8d617a716df0ed5fd9ea1c8e65dd8e59b168573e.tar.gz glibc-8d617a716df0ed5fd9ea1c8e65dd8e59b168573e.tar.xz glibc-8d617a716df0ed5fd9ea1c8e65dd8e59b168573e.zip |
Update.
* iconv/gconv_builtin.c: Include <endian.h>. * iconv/gconv_builtin.h: Add UCS-BE aliases. Add UCS-4LE transformation. Define UNICODEBIG and UNICODELITTLE according to current platform. * iconv/gconv_int.h: Declare __gconv_transform_ucs2reverse_internal, __gconv_transform_internal_ucs2reverse, and __gconv_transform_internal_ucs4le. * iconv/gconv_simple.c: Implement __gconv_transform_internal_ucs4le, __gconv_transform_ucs2reverse_internal and __gconv_transform_internal_ucs2reverse. * iconvdata/Makefile (modules): Add UNICODE. (distribute): Add unicode.c. * iconvdata/gconv-modules: Add definitions for UNICODE module. * iconvdata/unicode.c: New file. * iconvdata/utf-16.c: Rewrite code to emit BOM. Correct code to determine byte order of input and convert accordingly.
Diffstat (limited to 'sysdeps/unix/sysv/linux/configure')
-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. |