From 04c17ce66e13c03528ec52606c812eff9e9353c9 Mon Sep 17 00:00:00 2001 From: Chris Frey Date: Thu, 19 Apr 2012 19:03:07 -0400 Subject: [PATCH] desktop: allow desktop builds even without any opensync libraries --- desktop/configure.ac | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/desktop/configure.ac b/desktop/configure.ac index c7b28d0a..b10c035a 100644 --- a/desktop/configure.ac +++ b/desktop/configure.ac @@ -113,12 +113,17 @@ PKG_CHECK_MODULES([OPENSYNC22], [opensync-1.0], [], [OS22NOTFOUND=yes]) PKG_CHECK_MODULES([OPENSYNC40], [libopensync1], [], [OS40NOTFOUND=yes]) if test "$OS22NOTFOUND" = "yes" -a "$OS40NOTFOUND" = "yes" ; then - AC_MSG_ERROR(dnl + AC_MSG_WARN(dnl [ + +************************************************************************* +WARNING: Unable to find development libraries for either opensync 0.22 or 0.4x. +Barry Desktop will be built without any sync support. +************************************************************************* -Consider adjusting the PKG_CONFIG_PATH environment variable if you -installed software in a non-standard prefix. +If this is not desired, consider adjusting the PKG_CONFIG_PATH environment +variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables: -- 2.11.4.GIT