From 58ec15c4edd14914479f2c4a6a885a6435dc81fe Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 2 Jul 2015 09:40:03 +0200 Subject: configure: No need to check for crypt here We just link to libosmovty and if it requires crypt internally it needs to link to that (and not us). This looks like a left-over from when we moved the VTY code out of OpenBSC --- openbsc/configure.ac | 2 -- 1 file changed, 2 deletions(-) (limited to 'openbsc/configure.ac') diff --git a/openbsc/configure.ac b/openbsc/configure.ac index 0af573af3..0932f4226 100644 --- a/openbsc/configure.ac +++ b/openbsc/configure.ac @@ -16,8 +16,6 @@ AC_PROG_INSTALL AC_PROG_RANLIB dnl checks for libraries -AC_SEARCH_LIBS(crypt, crypt, - [LIBCRYPT="-lcrypt"; AC_DEFINE([VTY_CRYPT_PW], [], [Use crypt functionality of vty.])]) AC_SEARCH_LIBS([dlopen], [dl dld], [LIBRARY_DL="$LIBS";LIBS=""]) AC_SUBST(LIBRARY_DL) -- cgit v1.2.3