From d2248d2d0e0fad3d83f0f66933605c3fb4fb6d5a Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 3 Jul 2001 16:50:33 +0000 Subject: [PATCH] Remove check for crypt add-on. --- sysdeps/unix/sysv/sysv4/solaris2/configure | 35 +++--------------------- sysdeps/unix/sysv/sysv4/solaris2/configure.in | 39 +++++---------------------- 2 files changed, 10 insertions(+), 64 deletions(-) rewrite sysdeps/unix/sysv/sysv4/solaris2/configure (81%) rewrite sysdeps/unix/sysv/sysv4/solaris2/configure.in (71%) diff --git a/sysdeps/unix/sysv/sysv4/solaris2/configure b/sysdeps/unix/sysv/sysv4/solaris2/configure dissimilarity index 81% index 9dc976812c..b5675df0bf 100755 --- a/sysdeps/unix/sysv/sysv4/solaris2/configure +++ b/sysdeps/unix/sysv/sysv4/solaris2/configure @@ -1,31 +1,4 @@ - # Local configure fragment for sysdeps/unix/sysv/sysv4/solaris2 - -# 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 + # Local configure fragment for sysdeps/unix/sysv/sysv4/solaris2 + +# Concensus on stdio is that it's broken. +test $stdio = default && stdio=libio diff --git a/sysdeps/unix/sysv/sysv4/solaris2/configure.in b/sysdeps/unix/sysv/sysv4/solaris2/configure.in dissimilarity index 71% index 1c02fbb499..76f3109f71 100644 --- a/sysdeps/unix/sysv/sysv4/solaris2/configure.in +++ b/sysdeps/unix/sysv/sysv4/solaris2/configure.in @@ -1,33 +1,6 @@ -sinclude(./aclocal.m4)dnl Autoconf lossage -GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory. -# Local configure fragment for sysdeps/unix/sysv/sysv4/solaris2 - -# 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 +sinclude(./aclocal.m4)dnl Autoconf lossage +GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory. +# Local configure fragment for sysdeps/unix/sysv/sysv4/solaris2 + +# Concensus on stdio is that it's broken. +test $stdio = default && stdio=libio -- 2.11.4.GIT