summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2007-07-08 17:47:15 +0000
committerMåns Rullgård <mans@mansr.com>2007-07-08 17:47:15 +0000
commit3b26ee4719a4f2c1d5b71a09492593b5569ea745 (patch)
tree527991160cbfef8e8ff482e724a9367a87adf62f /configure
parent84662c01c901be4cfeee33bdde87e344faa6b1a5 (diff)
fix build after breakage in r9544
Originally committed as revision 9546 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 31ebe590ef..d3ab019c33 100755
--- a/configure
+++ b/configure
@@ -1757,7 +1757,7 @@ if enabled gprof; then
add_ldflags "-p"
fi
-VHOOKCFLAGS="-fPIC `echo $CFLAGS | sed s/-mdynamic-no-pic//`"
+VHOOKCFLAGS="-fPIC"
# find if .align arg is power-of-two or not
if test $asmalign_pot = "unknown"; then