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
This commit is contained in:
Holger Hans Peter Freyther 2015-07-02 09:40:03 +02:00
parent 9f95ae8885
commit 58ec15c4ed
1 changed files with 0 additions and 2 deletions

View File

@ -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)