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:
authorLuca Barbato <lu_zero@gentoo.org>2018-02-27 16:34:24 +0300
committerLuca Barbato <lu_zero@gentoo.org>2018-02-27 16:34:24 +0300
commit20ed3452074664ad07e380e51321b148acebdf20 (patch)
tree990e4e56ef2196c549c460590d99ba5f1482e012
parent31235a3c2e040f06fcaacb113db89c263d6c0669 (diff)
configure: Drop trailing spaces
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 2c5cbba..d46644a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -346,7 +346,7 @@ AC_CONFIG_FILES([
Makefile libspeexdsp/Makefile doc/Makefile SpeexDSP.spec
include/Makefile include/speex/Makefile speexdsp.pc
win32/Makefile win32/libspeexdsp/Makefile
- symbian/Makefile
+ symbian/Makefile
win32/VS2003/Makefile
win32/VS2003/libspeexdsp/Makefile
@@ -359,7 +359,7 @@ AC_CONFIG_FILES([
win32/VS2008/Makefile
win32/VS2008/libspeexdsp/Makefile
win32/VS2008/tests/Makefile
- include/speex/speexdsp_config_types.h ti/Makefile
+ include/speex/speexdsp_config_types.h ti/Makefile
ti/speex_C54_test/Makefile ti/speex_C55_test/Makefile
ti/speex_C64_test/Makefile ])