aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openbsc/configure.ac2
1 files changed, 0 insertions, 2 deletions
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)