From 263118a6681918add6861eaede318657ee23b7c4 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sat, 12 Apr 2014 18:33:35 +0200 Subject: 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. --- config.make.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'config.make.in') diff --git a/config.make.in b/config.make.in index c5d4e68d..0f1390a7 100644 --- a/config.make.in +++ b/config.make.in @@ -65,9 +65,6 @@ gnu89-inline-CFLAGS = @libc_cv_gnu89_inline@ # `yes' or `no' to indicate if ld --version-script is available. VERSIONING = @VERSIONING@ -# If a separate libcrypt is available, use it. -LIBCRYPT = @LIBCRYPT@ - # How to link against Parted libraries, if at all. PARTED_LIBS = @PARTED_LIBS@ -- cgit v1.2.3