mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2024-11-03 04:17:18 -05:00
Whitespace removal for consistency with other projects.
git-svn-id: https://svn.xiph.org/trunk/ezstream@16337 0101bb08-14d6-0310-b084-bc0e0c8e3800
This commit is contained in:
parent
c6a686560e
commit
0cd48ee9d6
@ -63,13 +63,13 @@ if test -n "${GCC}"; then
|
||||
Wstrict-prototypes
|
||||
do
|
||||
AX_CHECK_CFLAG([${_flag}],
|
||||
[ AX_UNIQVAR_APPEND([EZ_CFLAGS], [-${_flag}]) ], [])
|
||||
[AX_UNIQVAR_APPEND([EZ_CFLAGS], [-${_flag}])], [])
|
||||
done
|
||||
AX_CHECK_CFLAG([Wformat=2],
|
||||
[ AX_UNIQVAR_APPEND([EZ_CFLAGS], [-Wformat=2]) ],
|
||||
[AX_UNIQVAR_APPEND([EZ_CFLAGS], [-Wformat=2])],
|
||||
[
|
||||
AX_CHECK_CFLAG([Wformat],
|
||||
[ AX_UNIQVAR_APPEND([EZ_CFLAGS], [-Wformat]) ], [])
|
||||
[AX_UNIQVAR_APPEND([EZ_CFLAGS], [-Wformat])], [])
|
||||
])
|
||||
else
|
||||
case "${host}" in
|
||||
|
Loading…
Reference in New Issue
Block a user