blob: 484225aab1f78acca17813c130a9ae57ed983510 (
plain)
1
2
3
4
5
6
7
8
|
if test "$HAVE_OPENSYNC" = 0; then
echo ""
echo "You're missing a compatible version of libopensync."
echo "Version 0.31 or greater is needed."
echo "kitchensync will not be built."
echo ""
all_tests=bad
fi
|