summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@intel.com>2013-04-24 12:23:07 +0200
committerPatrick Ohly <patrick.ohly@intel.com>2013-05-13 17:49:50 +0200
commit9c962579481f57327b92432cb6c05b6d9b795252 (patch)
tree83a801907a35f6c646e65bcfad0c2da32ab912b5
parent35fc6e80abcd57f6869b87c75a94f42a24d96948 (diff)
autotools: libsynthesis for SyncEvolution now on freedesktop.org
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9d831e68..2ef5fb17 100644
--- a/configure.ac
+++ b/configure.ac
@@ -831,7 +831,7 @@ if test $SYNTHESIS_SRC != "no-synthesis-source"; then
export PKG_CONFIG_PATH=$SYNTHESIS_SUBDIR:$PKG_CONFIG_PATH
PKG_CHECK_MODULES([WITH_SYNTHESIS_SRC], [synthesis >= SYNTHESIS_MIN_VERSION],
[],
- [AC_MSG_ERROR([need at least libsynthesis >= SYNTHESIS_MIN_VERSION; the latest libsynthesis for SyncEvolution is the one from http://meego.gitorious.org/meego-middleware/libsynthesis])])
+ [AC_MSG_ERROR([need at least libsynthesis >= SYNTHESIS_MIN_VERSION; the latest libsynthesis for SyncEvolution is the one from http://cgit.freedesktop.org/SyncEvolution/])])
fi