From: Måns Rullgård Date: Sat, 16 Jan 2010 04:48:58 +0000 (+0000) Subject: configure: add test_ldflags function X-Git-Tag: v0.6~1913 X-Git-Url: https://git.libav.org/?p=libav.git;a=commitdiff_plain;h=2ed46eeab33d30cdfb5adf97dd7266931acde0ed configure: add test_ldflags function This adds a test_ldflags function for testing linker flags without adding them to LDFLAGS like check_ldflags does. Originally committed as revision 21235 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/configure b/configure index 915557976c..c9cf2d1839 100755 --- a/configure +++ b/configure @@ -626,13 +626,18 @@ int x; EOF } -check_ldflags(){ - log check_ldflags "$@" - check_ld "$@" <