summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2016-12-05 05:33:51 +1100
committerErik de Castro Lopo <erikd@mega-nerd.com>2016-12-05 05:34:23 +1100
commit459fdc5e6eb535ad1145a4dce18bfde6381f166f (patch)
treefd129377e093c54e6d2c5de0003b856b971b7f97
parenta0f2345b729a8bef528b0e7b62bed0b7da92dd00 (diff)
downloadflac-459fdc5e6eb535ad1145a4dce18bfde6381f166f.tar.gz
configure.ac: Remove unused config flags
FLAC__NO_SSE_OS and FLAC__SSE_OS. Patch-from: "lvqcl.mail" <lvqcl.mail@gmail.com>
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 805371a2..b42e3060 100644
--- a/configure.ac
+++ b/configure.ac
@@ -221,11 +221,6 @@ AC_HELP_STRING([--disable-sse], [Disable SSE if the OS does not support SSE inst
no) sse_os=no ;;
*) AC_MSG_ERROR(bad value ${enableval} for --enable-sse) ;;
esac],[sse_os=yes])
-if test "x$sse_os" = xyes ; then
- AC_DEFINE_UNQUOTED([FLAC__SSE_OS],[1],[Define if your operating system supports SSE instructions])
-else
- AC_DEFINE_UNQUOTED([FLAC__SSE_OS],[0])
- fi
AC_ARG_ENABLE(altivec,
AC_HELP_STRING([--disable-altivec], [Disable Altivec optimizations]),