From f170f707273d70d13bb8b2744b5e05914f98c4e6 Mon Sep 17 00:00:00 2001 From: Al Date: Sun, 9 Aug 2015 00:01:44 -0400 Subject: [PATCH] [build] Link to math library --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index b3893563..0ee49830 100644 --- a/configure.ac +++ b/configure.ac @@ -16,6 +16,8 @@ AC_PROG_INSTALL AC_SEARCH_LIBS([snappy_compress], [snappy],,[AC_MSG_ERROR([Could not find snappy]) ]) +AC_SEARCH_LIBS([log], + [m],,[AC_MSG_ERROR([Could not find math library])]) # Checks for header files. AC_HEADER_STDC