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

Remove trailing spaces.

This commit is contained in:
benjamin.drung@gmail.com
2013-11-05 22:35:34 +00:00
parent 386cb51ac8
commit 832cc395c9
2 changed files with 5 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ AC_ARG_ENABLE(static,
AC_ARG_ENABLE(unicode,
[AC_HELP_STRING([--enable-unicode],
[enable unicode support (default=no)])],
[enable unicode support (default=no)])],
unicode_preference="--unicode=$enableval",
unicode_preference="")
@@ -76,7 +76,7 @@ case "${host_os}" in
dnl Mac OS X configuration
EXTRADEPS="mac/FileDialogPrivate.h"
EXTRAOBJS="mac/FileDialogPrivate.o"
;;
;;
cygwin*)
dnl Windows/CygWin configuration

View File

@@ -64,7 +64,7 @@ AC_ARG_ENABLE(static,
AC_ARG_ENABLE(unicode,
[AS_HELP_STRING([--enable-unicode],
[enable unicode support [default=yes]])],
[enable unicode support [default=yes]])],
unicode_preference="--unicode=$enableval",
unicode_preference="--unicode=yes")
@@ -94,7 +94,7 @@ fi
dnl --------------------------------------------------------------------------
dnl We would like warnings enabled on the builds, but different compilers need
dnl different options for these. This bit tries to work out what flags we
dnl different options for these. This bit tries to work out what flags we
dnl should add to the compiler we are using.
dnl --------------------------------------------------------------------------
@@ -135,7 +135,7 @@ else
fi
dnl more things we always pass to wx-config
wxconfigargs="$static_wx_preference $unicode_preference $wxconfigargs $wx_preference"
wxconfigargs="$static_wx_preference $unicode_preference $wxconfigargs $wx_preference"
wx_version=`${WX_CONFIG} $wxconfigargs --version`