summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2014-11-04 19:29:58 +0100
committerAlbert Astals Cid <aacid@kde.org>2014-11-04 19:29:58 +0100
commit7debbb05df18afc86df8a4fd37980728ec2e5788 (patch)
tree43526ccdf00ba7a27bb0f2381c309bfcaea6631b
parentd5489ef37742227176e800390a990f2b882d9710 (diff)
Fix typo
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index df8b5d56..406a3728 100644
--- a/configure.ac
+++ b/configure.ac
@@ -470,7 +470,7 @@ fi
CAIRO_VERSION="1.10.0"
AC_SUBST(CAIRO_VERSION)
-CAIRO_DEPS="cairo >= $CAIRO_VERSION cairo-ft >= $CAIRO_VERSION)"
+CAIRO_DEPS="cairo >= $CAIRO_VERSION cairo-ft >= $CAIRO_VERSION"
AC_ARG_ENABLE(cairo-output,
AC_HELP_STRING([--disable-cairo-output],
[Don't build the cairo graphics backend.]),