summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Blanchard <anton@ozlabs.org>2018-07-07 10:16:04 +1000
committerErik de Castro Lopo <erikd@mega-nerd.com>2018-08-20 18:16:34 +1000
commit595ac14023d15d71d2510178f3526b998e9b2730 (patch)
tree0f88605651e8fd0372754e0a65dd2e343b80d96d
parent9fa2b5edbab76ad0cc849810759b1641fdee39c9 (diff)
downloadflac-595ac14023d15d71d2510178f3526b998e9b2730.tar.gz
configure.ac: Remove SPE detection code
We don't have any SPE code, so there's no need to detect it at configure time. Signed-off-by: Anton Blanchard <anton@ozlabs.org>
-rw-r--r--configure.ac8
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index ffde189a..77e3628e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -174,14 +174,6 @@ case "$host" in
*) OBJ_FORMAT=elf ;;
esac
AC_SUBST(OBJ_FORMAT)
-case "$host" in
- *-gnuspe)
- abi_spe=true
- AC_DEFINE(FLAC__CPU_PPC_SPE)
- AH_TEMPLATE(FLAC__CPU_PPC_SPE, [define if building for PowerPC with SPE ABI])
- ;;
-esac
-AM_CONDITIONAL(FLaC__CPU_PPC_SPE, test "x$abi_spe" = xtrue)
os_is_windows=no
case "$host" in