aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Villar Senin <svillar@igalia.com>2013-03-15 17:39:46 +0800
committerSergio Villar Senin <svillar@igalia.com>2013-03-15 17:39:46 +0800
commit37fd79769124bd3cd4830d9d158a89cc02912cf1 (patch)
treefd446c7bb6827853768958d7e62309c607f2c9ca
parentea54e438f4724e8a5e516ccee818dfb7a6f6c1ab (diff)
downloadgsoc2013-epiphany-37fd79769124bd3cd4830d9d158a89cc02912cf1.tar
gsoc2013-epiphany-37fd79769124bd3cd4830d9d158a89cc02912cf1.tar.gz
gsoc2013-epiphany-37fd79769124bd3cd4830d9d158a89cc02912cf1.tar.bz2
gsoc2013-epiphany-37fd79769124bd3cd4830d9d158a89cc02912cf1.tar.lz
gsoc2013-epiphany-37fd79769124bd3cd4830d9d158a89cc02912cf1.tar.xz
gsoc2013-epiphany-37fd79769124bd3cd4830d9d158a89cc02912cf1.tar.zst
gsoc2013-epiphany-37fd79769124bd3cd4830d9d158a89cc02912cf1.zip
configure.ac: added a missing ')'
Fixes the configuration phase broken by previous commit.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index cd87a8561..f1b55d413 100644
--- a/configure.ac
+++ b/configure.ac
@@ -265,7 +265,7 @@ po/Makefile.in
tests/Makefile
tests/data/Makefile
],
-[],
+[])
AC_OUTPUT