[Forensics-changes] [yara] 288/407: Check for math library in configure.ac

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:28:37 UTC 2017


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag v3.3.0
in repository yara.

commit 65437b59df4abaef49b99fd2a5a865b29fb4fb40
Author: Victor M. Alvarez <plusvic at gmail.com>
Date:   Wed Dec 31 13:46:18 2014 +0100

    Check for math library in configure.ac
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index 9a01727..0eec762 100644
--- a/configure.ac
+++ b/configure.ac
@@ -82,6 +82,7 @@ ACX_PTHREAD(
      CC="$PTHREAD_CC"],
     [AC_MSG_ERROR([pthread API support is required.])])
 
+AC_CHECK_LIB(m, log2)
 AC_CHECK_FUNCS([strlcpy strlcat memmem timegm])
 
 AM_CONDITIONAL([CUCKOO], [test x$build_cuckoo_module = xtrue])

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/yara.git



More information about the forensics-changes mailing list