1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-11 09:03:36 +02:00

Remove trailing spaces and replace tabs by spaces in m4 macros.

This commit is contained in:
benjamin.drung@gmail.com
2013-10-24 23:24:52 +00:00
parent e1eb176ec4
commit bb7d691ffd
17 changed files with 35 additions and 37 deletions

View File

@@ -22,8 +22,8 @@ AC_DEFUN([AUDACITY_CHECKLIB_LIBSOXR], [
dnl more recent)
PKG_CHECK_MODULES(SOXR, soxr >= 0.0.5,
soxr_available_system="yes",
soxr_available_system="no")
soxr_available_system="yes",
soxr_available_system="no")
if test "x$soxr_available_system" = "xyes" ; then
LIBSOXR_SYSTEM_AVAILABLE="yes"