From cab3ef828a9a5952bcf2f254bd0c59bfc35ae2fc Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 16 Sep 2006 22:07:20 +0000 Subject: 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 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') 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" -- cgit v1.2.3