summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@thaumas.net>2020-11-05 19:40:02 -0800
committerRalph Giles <giles@thaumas.net>2020-11-05 19:40:02 -0800
commit31bd3f2707fb7dbae539a7093ba1fc4b2b37d84e (patch)
treea74c84b9b381495403a3b358649fe1ab77bb480a
parent5f2e7a93388ee621a1411272836044fa1d6be047 (diff)
downloadogg-git-31bd3f2707fb7dbae539a7093ba1fc4b2b37d84e.tar.gz
autotools: remove trailing whitespace in configure.ac.
Makes diffs a little more clean.
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 349861a..ca7b262 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,9 +25,9 @@ dnl Set some options based on environment
cflags_save="$CFLAGS"
if test -z "$GCC"; then
- case $host in
+ case $host in
*-*-irix*)
- DEBUG="-g -signed"
+ DEBUG="-g -signed"
CFLAGS="-O2 -w -signed"
PROFILE="-p -g3 -O2 -signed"
;;
@@ -39,11 +39,11 @@ if test -z "$GCC"; then
*)
DEBUG="-g"
CFLAGS="-O"
- PROFILE="-g -p"
+ PROFILE="-g -p"
;;
esac
else
- case $host in
+ case $host in
*-*-linux*)
DEBUG="-g -Wall -fsigned-char"
CFLAGS="-O2 -Wall -ffast-math -fsigned-char"