Skip to content

Commit

Permalink
depend on liboauth2 >= 1.4.5.2
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Zandbelt <[email protected]>
  • Loading branch information
zandbelt committed Dec 6, 2022
1 parent 96eb0da commit 74e9a1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
12/06/2022
- depend on liboauth2 >= 1.4.5.2

07/02/2021
- add option to not return an error on token missing/exchange failure

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PKG_CHECK_MODULES(XML, libxml-2.0 >= 2.4)
AC_SUBST(XML_CFLAGS)
AC_SUBST(XML_LIBS)

PKG_CHECK_MODULES(OAUTH2, liboauth2 >= 1.4.0)
PKG_CHECK_MODULES(OAUTH2, liboauth2 >= 1.4.5.2)
AC_SUBST(OAUTH2_CFLAGS)
AC_SUBST(OAUTH2_LIBS)

Expand Down

0 comments on commit 74e9a1e

Please sign in to comment.