summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2012-07-20 12:20:23 +0100
committerMans Rullgard <mans@mansr.com>2012-07-21 16:54:49 +0100
commit68485d1f32ae92c15047c567657b33a71bbed1a3 (patch)
tree27b891358076ab65d6bf35724d8e1c9cff198cf9 /configure
parent64933b6c94dc6dd4c52078c2bf3863bdaf083cf2 (diff)
configure: initialise all flag filters at the same place
This is more consistent, and doing it earlier is harmless. Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure b/configure
index 9692921f4a..d7ce44a6e6 100755
--- a/configure
+++ b/configure
@@ -1708,6 +1708,8 @@ LIB_INSTALL_EXTRA_CMD='$$(RANLIB) "$(LIBDIR)/$(LIBNAME)"'
SLIB_INSTALL_NAME='$(SLIBNAME_WITH_VERSION)'
SLIB_INSTALL_LINKS='$(SLIBNAME_WITH_MAJOR) $(SLIBNAME)'
+asflags_filter=echo
+cflags_filter=echo
ldflags_filter=echo
AS_O='-o $@'
@@ -1949,9 +1951,6 @@ EOF
die "Sanity test failed."
fi
-asflags_filter=echo
-cflags_filter=echo
-
if $cc -v 2>&1 | grep -q '^gcc.*LLVM'; then
cc_type=llvm_gcc
gcc_extra_ver=$(expr "$($cc --version | head -n1)" : '.*\((.*)\)')