Skip to content

Commit

Permalink
bump libgeneral to version 32
Browse files Browse the repository at this point in the history
  • Loading branch information
tihmstar committed Aug 4, 2020
1 parent 65d722a commit e26f6e2
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 @@ -37,7 +37,7 @@ CFLAGS+=" -std=c11"
# Checks for libraries.
OPENSSL_REQUIRES_STR="openssl >= 0.9.8"
LIBPLIST_REQUIRES_STR="libplist-2.0 >= 2.2.0"
LIBGENERAL_REQUIRES_STR="libgeneral >= 26"
LIBGENERAL_REQUIRES_STR="libgeneral >= 32"
PKG_CHECK_MODULES(openssl, $OPENSSL_REQUIRES_STR, have_openssl=yes, have_openssl=no)
PKG_CHECK_MODULES(libplist, $LIBPLIST_REQUIRES_STR, have_plist=yes, have_plist=no)
PKG_CHECK_MODULES(libgeneral, $LIBGENERAL_REQUIRES_STR)
Expand Down

0 comments on commit e26f6e2

Please # to comment.