diff options
author | Slávek Banko <[email protected]> | 2016-04-10 02:21:06 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2016-04-10 02:21:06 +0200 |
commit | 4aa5ede462d5ec36ba5fdc461e79e45c5e32e977 (patch) | |
tree | 9e6841dfc693fa608b67de5612b4f45909ef92a1 | |
parent | 10ba1359deb26874c21e3f4f0c729ea8613bc2ec (diff) | |
download | qalculate-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.in | 2 |
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) |