This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Remove crypt add-on check for solaris



We do not support solaris2 but we should get rid of this extra check
just in case.

Ok to commit?

Andreas

2001-07-03  Andreas Jaeger  <aj@suse.de>

	* sysdeps/unix/sysv/sysv4/solaris2/configure.in: Remove check for
	crypt add-on.


============================================================
Index: sysdeps/unix/sysv/sysv4/solaris2/configure.in
--- sysdeps/unix/sysv/sysv4/solaris2/configure.in	1999/01/28 17:34:45	1.1
+++ sysdeps/unix/sysv/sysv4/solaris2/configure.in	2001/07/03 08:07:28
@@ -4,30 +4,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

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]