[build] Adding -L/usr/local/lib to LDFLAGS before searching for snappy

This commit is contained in:
Al
2015-12-28 16:54:13 -05:00
parent d6362ba0fc
commit 508459a9f9

View File

@@ -12,6 +12,8 @@ AC_CONFIG_HEADERS([config.h])
AC_PROG_CC_C99
AC_PROG_INSTALL
LDFLAGS="$LDFLAGS -L/usr/local/lib"
# Checks for libraries.
AC_SEARCH_LIBS([snappy_compress],
[snappy],,[AC_MSG_ERROR([Could not find snappy])