about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 408cdbbd..41a0e5dd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -152,7 +152,7 @@ else
 fi
 
 ## Check for libstrophe
-PKG_CHECK_MODULES([libstrophe], [libstrophe >= 0.11.0],
+PKG_CHECK_MODULES([libstrophe], [libstrophe >= 0.12.2],
     [LIBS="$libstrophe_LIBS $LIBS" CFLAGS="$CFLAGS $libstrophe_CFLAGS"])
 
 AC_MSG_CHECKING([whether libstrophe works])