Skip to content
Merged
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
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 21, 2016
commit 2c7dda9c947d1b19ef4e0235f572d93787d7ea11
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