Skip to content

Commit 74e9a1e

Browse files
committed
depend on liboauth2 >= 1.4.5.2
Signed-off-by: Hans Zandbelt <hans.zandbelt@zmartzone.eu>
1 parent 96eb0da commit 74e9a1e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
12/06/2022
2+
- depend on liboauth2 >= 1.4.5.2
3+
14
07/02/2021
25
- add option to not return an error on token missing/exchange failure
36

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ PKG_CHECK_MODULES(XML, libxml-2.0 >= 2.4)
1313
AC_SUBST(XML_CFLAGS)
1414
AC_SUBST(XML_LIBS)
1515

16-
PKG_CHECK_MODULES(OAUTH2, liboauth2 >= 1.4.0)
16+
PKG_CHECK_MODULES(OAUTH2, liboauth2 >= 1.4.5.2)
1717
AC_SUBST(OAUTH2_CFLAGS)
1818
AC_SUBST(OAUTH2_LIBS)
1919

0 commit comments

Comments
 (0)