Skip to content

Commit

Permalink
Reference libxayagame and Charon versions.
Browse files Browse the repository at this point in the history
Add a comment to configure.ac that specifies the exact versions
of libxayagame and Charon used for the 0.3 release and thus
the 3rd competition builds.
  • Loading branch information
domob1812 committed Aug 28, 2020
1 parent 6f9c4e9 commit bae81b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ AS_IF([test "x$enable_slow_asserts" = "xyes"], [

PKG_PROG_PKG_CONFIG

# The official version of libxayagame used for the 3rd competition
# is 175238c115f576ddf33bb2fd8e2fa88cb510d932. That of Charon is
# 5143891ac9873a21a298ac2b2a05865a50711da5.

PKG_CHECK_MODULES([XAYAGAME], [libxayautil libxayagame])
PKG_CHECK_MODULES([CHARON], [charon])
PKG_CHECK_MODULES([SQLITE3], [sqlite3])
Expand Down

0 comments on commit bae81b2

Please sign in to comment.