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

github.com/mumble-voip/speexdsp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Matthews <tmatth@videolan.org>2014-12-07 02:39:55 +0300
committerTristan Matthews <tmatth@videolan.org>2014-12-07 02:43:20 +0300
commit9e760c18472cd8ac04d228e3b25dee2bbc8975fc (patch)
tree15fb9cc5877a4d777e8d1758f6f0844aa88aa261
parentdb27ef32e89fc09b87ebfe87d5c5625abb35c63b (diff)
fix configure typo
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b555194..8bc54c7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -200,7 +200,7 @@ fi])
AC_ARG_ENABLE(examples, [ --disable-examples Do not build example programs, only the library])
if test "$enableval" != no; then
- AM_CONDITIONAL([BUILD_EXAMPLES], true),
+ AM_CONDITIONAL([BUILD_EXAMPLES], true)
else
AM_CONDITIONAL([BUILD_EXAMPLES], false)
fi