Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/celt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2007-12-09 05:02:25 +0300
committerJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2007-12-09 05:02:25 +0300
commitaaab1698b4edaf9d1e6a3c6b466bd6ff063f9bd8 (patch)
treee4f18c35f4eb5c563bd9683b10175a5e3f6ca310 /configure.ac
parent11f01729e636b0f8a8c6258cfbaa0ddf102da64a (diff)
Fixed a stupid error caused by kdevelop in the configure.ac
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2ccfa82..2f4e7dd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -121,7 +121,7 @@ fi
AC_SUBST(SIZE16)
AC_SUBST(SIZE32)
-AC_OUTPUT([Makefile libcelt/Makefile] libentcode/Makefile)
+AC_OUTPUT([Makefile libcelt/Makefile libentcode/Makefile])
if test "x$src" = "x"; then
echo "**IMPORTANT**"