From fb0e82f743ae37e59730ad5f20ad86e068c5c920 Mon Sep 17 00:00:00 2001 From: Evgeniy Khramtsov Date: Wed, 8 Apr 2015 14:49:14 +0300 Subject: Add SQLite3 library checks at the configure script --- configure.ac | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index a70530990..a3e26384b 100644 --- a/configure.ac +++ b/configure.ac @@ -253,6 +253,13 @@ fi ERLANG_DEPRECATED_TYPES_CHECK +if test "$sqlite" = "true"; then + AX_LIB_SQLITE3([3.6.19]) + if test "x$SQLITE3_VERSION" = "x"; then + AC_MSG_ERROR(SQLite3 library >= 3.6.19 was not found) + fi +fi + AC_SUBST(hipe) AC_SUBST(roster_gateway_workaround) AC_SUBST(transient_supervisors) -- cgit v1.2.3