Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
maint: configure: drop useless AC_CHECK_LIB invocations
Note that, furthermore, cl_log is not in "libgpl" (namesake does exist,
though: Game Programming Library), but rather in "libplumb" that is
currently referenced in src/Makefile.am directly, anyway.
  • Loading branch information
jnpkrn committed Apr 11, 2016
commit ab5f3979e903034f34a55cae709f1973161955ea
5 changes: 0 additions & 5 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,6 @@ AC_PATH_PROGS(XML2CONFIG, xml2-config)

AM_CONDITIONAL(BUILD_ASCIIDOC, test x"${ASCIIDOC}" != x"")

# Checks for libraries.
AC_CHECK_LIB([socket], [socket])
AC_CHECK_LIB([nsl], [t_open])
AC_CHECK_LIB([gpl], [cl_log])

# libgcrypt or mhash for hmac
libgcrypt_installed="yes"
AC_CHECK_HEADERS(gcrypt.h, , [libgcrypt_installed="no"],)
Expand Down