summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-09-16 22:07:20 +0000
committerDiego Biurrun <diego@biurrun.de>2006-09-16 22:07:20 +0000
commitcab3ef828a9a5952bcf2f254bd0c59bfc35ae2fc (patch)
treee2374dc46b8a0e1bd76199fb8afd4dff0aa77c06 /configure
parent2c29781dc8ed0464099cce8f368ae46d9c333897 (diff)
Change VHOOKSHFLAGS (which defaults to SHFLAGS) from a shell to a Makefile
variable so that overriding SHFLAGS later in the configure script has the desired effect. Originally committed as revision 6281 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 47a182a763..4378e85975 100755
--- a/configure
+++ b/configure
@@ -448,7 +448,7 @@ dlfcn="no"
dlopen="no"
mpegaudio_hp="yes"
SHFLAGS='-shared -Wl,-soname,$@'
-VHOOKSHFLAGS="$SHFLAGS"
+VHOOKSHFLAGS='$(SHFLAGS)'
netserver="no"
need_inet_aton="no"
protocols="yes"