fix build on non-stasis machines (workaround fact that check_tcpclient incorrectly requires stasis...)
git-svn-id: svn+ssh://svn.corp.yahoo.com/yahoo/yrl/labs/pnuts/code/logstore@644 8dad8b1f-cf64-0410-95b6-bcf113ffbcfe
This commit is contained in:
parent
51df61f8e9
commit
9c2c41c30c
1 changed files with 1 additions and 1 deletions
|
@ -7,5 +7,5 @@ IF( HAVE_STASIS )
|
|||
CREATE_CHECK(check_mergelarge)
|
||||
CREATE_CHECK(check_mergetuple)
|
||||
CREATE_CHECK(check_rbtree)
|
||||
CREATE_CLIENT_EXECUTABLE(check_tcpclient) # XXX should build this on non-stasis machines
|
||||
ENDIF( HAVE_STASIS )
|
||||
CREATE_CLIENT_EXECUTABLE(check_tcpclient)
|
||||
|
|
Loading…
Reference in a new issue