summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-09-26 10:39:27 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-09-26 10:39:27 +0200
commit127784d6af35b4b8ce4b9b15385e23afffd140bc (patch)
tree120886ba0c0428a4bbdb5ce660d156d8bb7a3a5c
parent88d7d8bd9fd99cc693d00fd0158b583cf42cbb8c (diff)
configure.ac: fix comment
We are actually checking for telepathy-farstream
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ced1264..dc396f7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -50,7 +50,7 @@ PKG_CHECK_MODULES([TP_GLIB], [telepathy-glib >= 0.17.5])
AC_SUBST(TP_GLIB_CFLAGS)
AC_SUBST(TP_GLIB_LIBS)
-dnl Check for farstream
+dnl Check for telepathy-farstream
PKG_CHECK_MODULES(TP_FARSTREAM, [telepathy-farstream >= 0.1.0])
AC_SUBST(TP_FARSTREAM_CFLAGS)