diff options
author | Sergio Villar Senin <svillar@igalia.com> | 2013-03-15 17:39:46 +0800 |
---|---|---|
committer | Sergio Villar Senin <svillar@igalia.com> | 2013-03-15 17:39:46 +0800 |
commit | 37fd79769124bd3cd4830d9d158a89cc02912cf1 (patch) | |
tree | fd446c7bb6827853768958d7e62309c607f2c9ca | |
parent | ea54e438f4724e8a5e516ccee818dfb7a6f6c1ab (diff) | |
download | gsoc2013-epiphany-37fd79769124bd3cd4830d9d158a89cc02912cf1.tar.gz 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.ac | 2 |
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 |