Browse code

configure: remove code that disables striping in the absence of some flags

This prevents breaking (non asm) striping in that case

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit 191454f26e5a2f5026fef9a25df6d61c2a06615c)

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

Michael Niedermayer authored on 2013/11/29 05:35:12
Showing 1 changed files
... ...
@@ -4480,7 +4480,7 @@ test_ldflags -Wl,-Bsymbolic && append SHFLAGS -Wl,-Bsymbolic
4480 4480
 
4481 4481
 # add some strip flags
4482 4482
 # -wN '..@*' is more selective than -x, but not available everywhere.
4483
-check_stripflags -wN \'..@*\' || check_stripflags -x || strip='true'
4483
+check_stripflags -wN \'..@*\' || check_stripflags -x
4484 4484
 
4485 4485
 enabled xmm_clobber_test &&
4486 4486
     check_ldflags -Wl,--wrap,avcodec_open2              \