Skip to content

Commit

Permalink
Merge pull request #3 from ggtakec/master
Browse files Browse the repository at this point in the history
Updated dependency for fixing bugs in libfullock
  • Loading branch information
ggtakec authored Feb 15, 2017
2 parents f932621 + 168eead commit bacf396
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
chmpx (1.0.51) unstable; urgency=low

* Updated dependency for fixing bugs in libfullock
* Fixed error/warning for compiling and changed travis.yaml - #2

-- Takeshi Nakatani <[email protected]> Tue, 14 Feb 2017 13:01:55 +0900

chmpx (1.0.50) unstable; urgency=low

* First version of open sorce on Github
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ AC_CONFIG_FILES([Makefile

# Check for k2hash + libfullock
if test "x${CHECK_K2HASH}" != "xno"; then
PKG_CHECK_MODULES([k2hash], [libk2hash >= 1.0.52], [have_k2hash=yes], [have_k2hash=no])
PKG_CHECK_MODULES([k2hash], [libk2hash >= 1.0.54], [have_k2hash=yes], [have_k2hash=no])
if test "x${have_k2hash}" = "xno"; then
AC_MSG_ERROR([not found k2hash package.])
fi
PKG_CHECK_MODULES([fullock], [libfullock >= 1.0.21], [have_fullock=yes], [have_fullock=no])
PKG_CHECK_MODULES([fullock], [libfullock >= 1.0.23], [have_fullock=yes], [have_fullock=no])
if test "x${have_fullock}" = "xno"; then
AC_MSG_ERROR([not found fullock package.])
fi
Expand Down
2 changes: 1 addition & 1 deletion fullock
2 changes: 1 addition & 1 deletion k2hash
Submodule k2hash updated 3 files
+13 −0 ChangeLog
+1 −1 configure.ac
+1 −1 fullock

0 comments on commit bacf396

Please sign in to comment.