about summary refs log tree commit diff stats
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2021-10-28 20:07:13 +0200
committerMichael Vetter <jubalh@iodoru.org>2021-10-28 20:07:13 +0200
commit16ce42a0db6ecd9574d7c8757f535c89f647eb33 (patch)
tree6a683daf928123efbefae45837868f2667559a3e /configure.ac
parentd2ba0e0833ebfe15c7f3b76d8befabf3531cdbce (diff)
downloadprofani-tty-16ce42a0db6ecd9574d7c8757f535c89f647eb33.tar.gz
bump libstrophe requirement to 0.11.0
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8a4456c8..566c3c80 100644
--- a/configure.ac
+++ b/configure.ac
@@ -135,7 +135,7 @@ CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
 AS_IF([test "x$PTHREAD_CC" != x], [ CC="$PTHREAD_CC" ])
 
 ### Check for libstrophe
-PKG_CHECK_MODULES([libstrophe], [libstrophe >= 0.10.0],
+PKG_CHECK_MODULES([libstrophe], [libstrophe >= 0.11.0],
     [LIBS="$libstrophe_LIBS $LIBS" CFLAGS="$CFLAGS $libstrophe_CFLAGS" XMPP_LIB="libstrophe" AC_DEFINE([HAVE_LIBSTROPHE], [1], [libstrophe])],
     [XMPP_LIB=""])