From 4aa5ede462d5ec36ba5fdc461e79e45c5e32e977 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 10 Apr 2016 02:21:06 +0200 Subject: [PATCH] Allow to build with libqalculate 0.9.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- configure.in.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in.in b/configure.in.in index 9570866..bfccd1e 100644 --- a/configure.in.in +++ b/configure.in.in @@ -9,7 +9,7 @@ AC_CHECK_LIB(pthread, pthread_create, [LIBS="$LIBS -lpthread"]) AC_LANG([C++]) PKG_CHECK_MODULES(QALCULATE, [ - libqalculate >= 0.9.7 + libqalculate >= 0.9.6 ]) AC_SUBST(QALCULATE_CFLAGS) AC_SUBST(QALCULATE_LIBS)