Merge pull request #28 from hintjens/master

Fixed configure error on non-Linux boxes
This commit is contained in:
Pieter Hintjens 2013-10-28 03:58:52 -07:00
commit 28b7c991af

View File

@ -96,5 +96,5 @@ endif
TESTS = $(noinst_PROGRAMS)
if !ON_LINUX
XFAIL_TESTS += test_abstract_ipc
XFAIL_TESTS = test_abstract_ipc
endif