aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-07-03 16:50:33 +0000
committerAndreas Jaeger <aj@suse.de>2001-07-03 16:50:33 +0000
commitd2248d2d0e0fad3d83f0f66933605c3fb4fb6d5a (patch)
tree54d9cbc42bbf7154eb418914ea678f682dab53f0
parent5bd5e35748407739264507f39555149a4b337248 (diff)
downloadglibc-d2248d2d0e0fad3d83f0f66933605c3fb4fb6d5a.zip
glibc-d2248d2d0e0fad3d83f0f66933605c3fb4fb6d5a.tar.gz
glibc-d2248d2d0e0fad3d83f0f66933605c3fb4fb6d5a.tar.bz2
Remove check for crypt add-on.
-rwxr-xr-xsysdeps/unix/sysv/sysv4/solaris2/configure27
-rw-r--r--sysdeps/unix/sysv/sysv4/solaris2/configure.in27
2 files changed, 0 insertions, 54 deletions
diff --git a/sysdeps/unix/sysv/sysv4/solaris2/configure b/sysdeps/unix/sysv/sysv4/solaris2/configure
index 9dc9768..b5675df 100755
--- a/sysdeps/unix/sysv/sysv4/solaris2/configure
+++ b/sysdeps/unix/sysv/sysv4/solaris2/configure
@@ -2,30 +2,3 @@
# Concensus on stdio is that it's broken.
test $stdio = default && stdio=libio
-
-# Crypt is your friend.
-case $add_ons in
- *crypt*)
- message=
- ;;
- *)
- message="\
-*** WARNING:
-*** Are you sure you do not want to use the \`crypt' add-on?"
- ;;
-esac
-
-if test "$message"; then
- if test $enable_sanity = yes; then
- echo "\
-*** You should not compile the GNU libc without the \`crypt' add-on.
-*** Not using them risks to be incompatible with the libraries of
-*** other systems. Consider getting the add-on and restart the
-*** configuration.
-*** If you reall mean to avoid this add-on run configure again, now
-*** using the extra parameter \`--disable-sanity-checks'."
- exit 1
- else
- echo "$message"
- fi
-fi
diff --git a/sysdeps/unix/sysv/sysv4/solaris2/configure.in b/sysdeps/unix/sysv/sysv4/solaris2/configure.in
index 1c02fbb..76f3109 100644
--- a/sysdeps/unix/sysv/sysv4/solaris2/configure.in
+++ b/sysdeps/unix/sysv/sysv4/solaris2/configure.in
@@ -4,30 +4,3 @@ GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
# Concensus on stdio is that it's broken.
test $stdio = default && stdio=libio
-
-# Crypt is your friend.
-case $add_ons in
- *crypt*)
- message=
- ;;
- *)
- message="\
-*** WARNING:
-*** Are you sure you do not want to use the \`crypt' add-on?"
- ;;
-esac
-
-if test "$message"; then
- if test $enable_sanity = yes; then
- echo "\
-*** You should not compile the GNU libc without the \`crypt' add-on.
-*** Not using them risks to be incompatible with the libraries of
-*** other systems. Consider getting the add-on and restart the
-*** configuration.
-*** If you reall mean to avoid this add-on run configure again, now
-*** using the extra parameter \`--disable-sanity-checks'."
- exit 1
- else
- echo "$message"
- fi
-fi