summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2016-04-10 02:21:06 +0200
committerSlávek Banko <[email protected]>2016-04-10 02:21:06 +0200
commit4aa5ede462d5ec36ba5fdc461e79e45c5e32e977 (patch)
tree9e6841dfc693fa608b67de5612b4f45909ef92a1
parent10ba1359deb26874c21e3f4f0c729ea8613bc2ec (diff)
downloadqalculate-tde-4aa5ede462d5ec36ba5fdc461e79e45c5e32e977.tar.gz
qalculate-tde-4aa5ede462d5ec36ba5fdc461e79e45c5e32e977.zip
Allow to build with libqalculate 0.9.6
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r--configure.in.in2
1 files changed, 1 insertions, 1 deletions
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)