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:
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 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