From 63f791d30309ea038012a135de693721f57edd0f Mon Sep 17 00:00:00 2001 From: Geoff Keating Date: Tue, 29 Feb 2000 05:21:42 +0000 Subject: * Makeconfig (all-subdirs): Add 'crypt' subdirectory. * sysdeps/unix/sysv/linux/configure.in (inhibit_glue): Don't complain if there is no crypt add-on. * crypt/configure: Removed. * crypt/crypt.texi: Update documentation of US export restrictions to match the 14 Jan 2000 regulations. 2000-02-28 Geoff Keating * Makeconfig (all-subdirs): Add 'crypt' subdirectory. * sysdeps/unix/sysv/linux/configure.in (inhibit_glue): Don't complain if there is no crypt add-on. * crypt/configure: Removed. * crypt/crypt.texi: Update documentation of US export restrictions to match the 14 Jan 2000 regulations. 2000-02-28 Geoff Keating * crypt: New subdirectory, merged in from the crypt add-on. --- sysdeps/unix/sysv/linux/configure.in | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) (limited to 'sysdeps/unix/sysv/linux/configure.in') diff --git a/sysdeps/unix/sysv/linux/configure.in b/sysdeps/unix/sysv/linux/configure.in index 9d17063761..6b7f295caf 100644 --- a/sysdeps/unix/sysv/linux/configure.in +++ b/sysdeps/unix/sysv/linux/configure.in @@ -78,21 +78,11 @@ if test "$prefix" = "/usr" -o "$prefix" = "/usr/"; then libc_cv_rootsbindir="/sbin" fi -# Under Linux the LinuxThreads and crypt add-on should be available. +# Under Linux the LinuxThreads add-on should be available. case $add_ons in # Both are available. Good. - *linuxthreads*crypt* | *crypt*linuxthreads*) - message= - ;; *linuxthreads*) - message="\ -*** WARNING: -*** Are you sure you do not want to use the \`crypt' add-on?" - ;; - *crypt*) - message="\ -*** WARNING: -*** Are you sure you do not want to use the \`linuxthread' add-on?" + message= ;; *) message="\ @@ -104,11 +94,11 @@ esac if test "$message"; then if test $enable_sanity = yes; then echo "\ -*** You should not compile the GNU libc without the \`linuxthreads' and -*** \`crypt' add-on. Not using them risks to be incompatible with the -*** libraries of other systems. Consider getting the add-ons and restart +*** 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. -*** If you really mean to avoid those add-ons run configure again, now +*** If you really mean to not use this add-on, run configure again *** using the extra parameter \`--disable-sanity-checks'." exit 1 else -- cgit v1.2.3