summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-04-12 18:33:35 +0200
committerLudovic Courtès <ludo@gnu.org>2014-04-22 10:39:28 +0200
commit263118a6681918add6861eaede318657ee23b7c4 (patch)
tree136b78115830104b4395b882dcfeae9e551fb79a /configure.ac
parent20e078293697dd99ddcf2c2151c9f075409cc185 (diff)
build: Remove configure check for libcrypt.
GNU libc has provided the 'crypt' function in libcrypt for a long time, making this check unnecessary. * configure.ac: Remove libcrypt check and 'LIBCRYPT' substitution. * config.make.in (LIBCRYPT): Remove. * trans/Makefile (password-LDLIBS): Change $(LIBCRYPT) to -lcrypt. * utils/Makefile (login-LDLIBS, addauth-LDLIBS, setauth-LDLIBS): Likewise.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index ecabfdfd..873ced81 100644
--- a/configure.ac
+++ b/configure.ac
@@ -106,10 +106,6 @@ fi
dnl Let these propagate from the environment.
AC_SUBST(CFLAGS) AC_SUBST(CPPFLAGS) AC_SUBST(LDFLAGS)
-# See if there's a separate libcrypt (many systems put crypt there).
-AC_CHECK_LIB(crypt, crypt, LIBCRYPT=-lcrypt)
-AC_SUBST(LIBCRYPT)
-
hurd_MIG_RETCODE
# See if --version-script is available.