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:
sears 2010-02-26 18:51:12 +00:00
parent 51df61f8e9
commit 9c2c41c30c

View file

@ -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)