1
0
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:
moritz 2009-07-26 10:52:02 +00:00
parent c6a686560e
commit 0cd48ee9d6

View File

@ -63,13 +63,13 @@ if test -n "${GCC}"; then
Wstrict-prototypes Wstrict-prototypes
do do
AX_CHECK_CFLAG([${_flag}], AX_CHECK_CFLAG([${_flag}],
[ AX_UNIQVAR_APPEND([EZ_CFLAGS], [-${_flag}]) ], []) [AX_UNIQVAR_APPEND([EZ_CFLAGS], [-${_flag}])], [])
done done
AX_CHECK_CFLAG([Wformat=2], AX_CHECK_CFLAG([Wformat=2],
[ AX_UNIQVAR_APPEND([EZ_CFLAGS], [-Wformat=2]) ], [AX_UNIQVAR_APPEND([EZ_CFLAGS], [-Wformat=2])],
[ [
AX_CHECK_CFLAG([Wformat], AX_CHECK_CFLAG([Wformat],
[ AX_UNIQVAR_APPEND([EZ_CFLAGS], [-Wformat]) ], []) [AX_UNIQVAR_APPEND([EZ_CFLAGS], [-Wformat])], [])
]) ])
else else
case "${host}" in case "${host}" in