You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
if test "$HAVE_OPENSYNC" = 0 -o "$HAVE_OPENSYNC_ENGINE" = 0; then
|
|
echo ""
|
|
echo "You're missing a compatible version of libopensync."
|
|
echo "Version 0.19 or greater is needed."
|
|
echo "kitchensync will not be built."
|
|
echo ""
|
|
all_tests=bad
|
|
fi
|