Skip to content

Commit

Permalink
Remove check for crypt add-on.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Jaeger committed Jul 3, 2001
1 parent 5bd5e35 commit d2248d2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 54 deletions.
27 changes: 0 additions & 27 deletions sysdeps/unix/sysv/sysv4/solaris2/configure
Original file line number Diff line number Diff line change
Expand Up @@ -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
27 changes: 0 additions & 27 deletions sysdeps/unix/sysv/sysv4/solaris2/configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d2248d2

Please sign in to comment.