mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-10 08:33:36 +02:00
Remove trailing spaces.
This commit is contained in:
@@ -35,7 +35,7 @@ AC_ARG_ENABLE(static,
|
|||||||
|
|
||||||
AC_ARG_ENABLE(unicode,
|
AC_ARG_ENABLE(unicode,
|
||||||
[AC_HELP_STRING([--enable-unicode],
|
[AC_HELP_STRING([--enable-unicode],
|
||||||
[enable unicode support (default=no)])],
|
[enable unicode support (default=no)])],
|
||||||
unicode_preference="--unicode=$enableval",
|
unicode_preference="--unicode=$enableval",
|
||||||
unicode_preference="")
|
unicode_preference="")
|
||||||
|
|
||||||
@@ -76,7 +76,7 @@ case "${host_os}" in
|
|||||||
dnl Mac OS X configuration
|
dnl Mac OS X configuration
|
||||||
EXTRADEPS="mac/FileDialogPrivate.h"
|
EXTRADEPS="mac/FileDialogPrivate.h"
|
||||||
EXTRAOBJS="mac/FileDialogPrivate.o"
|
EXTRAOBJS="mac/FileDialogPrivate.o"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
cygwin*)
|
cygwin*)
|
||||||
dnl Windows/CygWin configuration
|
dnl Windows/CygWin configuration
|
||||||
|
@@ -64,7 +64,7 @@ AC_ARG_ENABLE(static,
|
|||||||
|
|
||||||
AC_ARG_ENABLE(unicode,
|
AC_ARG_ENABLE(unicode,
|
||||||
[AS_HELP_STRING([--enable-unicode],
|
[AS_HELP_STRING([--enable-unicode],
|
||||||
[enable unicode support [default=yes]])],
|
[enable unicode support [default=yes]])],
|
||||||
unicode_preference="--unicode=$enableval",
|
unicode_preference="--unicode=$enableval",
|
||||||
unicode_preference="--unicode=yes")
|
unicode_preference="--unicode=yes")
|
||||||
|
|
||||||
@@ -94,7 +94,7 @@ fi
|
|||||||
|
|
||||||
dnl --------------------------------------------------------------------------
|
dnl --------------------------------------------------------------------------
|
||||||
dnl We would like warnings enabled on the builds, but different compilers need
|
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 should add to the compiler we are using.
|
||||||
dnl --------------------------------------------------------------------------
|
dnl --------------------------------------------------------------------------
|
||||||
|
|
||||||
@@ -135,7 +135,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
dnl more things we always pass to wx-config
|
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`
|
wx_version=`${WX_CONFIG} $wxconfigargs --version`
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user