[build] Link to math library

This commit is contained in:
Al
2015-08-09 00:01:44 -04:00
parent 423e2c86c7
commit f170f70727

View File

@@ -16,6 +16,8 @@ AC_PROG_INSTALL
AC_SEARCH_LIBS([snappy_compress], AC_SEARCH_LIBS([snappy_compress],
[snappy],,[AC_MSG_ERROR([Could not find snappy]) [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. # Checks for header files.
AC_HEADER_STDC AC_HEADER_STDC