Skip to content

Commit

Permalink
require frogdata 0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Jul 22, 2022
1 parent 78b0ec9 commit 71cd5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ AC_DEFINE_UNQUOTED( [UCTO_INT_VERSION],
[${UCTO_INT}],
[The integer representation of the ucto version])

PKG_CHECK_MODULES([frogdata], [frogdata >= 0.20] )
PKG_CHECK_MODULES([frogdata], [frogdata >= 0.21] )

AC_CHECK_PROGS([DOXYGEN], [doxygen])
if test -z "$DOXYGEN"; then
Expand Down

0 comments on commit 71cd5d8

Please sign in to comment.