From 8d003e22caf05981473c5048184a062537be496c Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 19 Apr 2009 13:22:08 +0000 Subject: Merge automatic addition of -fno-common to CFLAGS for Windows from trunk. Originally committed as revision 18619 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 --- configure | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 281ce24a17..c77ee8268f 100755 --- a/configure +++ b/configure @@ -1572,6 +1572,7 @@ case $target_os in SHFLAGS='-shared -Wl,--output-def,$$(@:$(SLIBSUF)=.def) -Wl,--enable-runtime-pseudo-reloc -Wl,--enable-auto-image-base' objformat="win32" enable dos_paths + check_cflags -fno-common if ! enabled x86_64; then check_cpp_condition _mingw.h "(__MINGW32_MAJOR_VERSION > 3) || (__MINGW32_MAJOR_VERSION == 3 && __MINGW32_MINOR_VERSION >= 15)" || die "ERROR: MinGW runtime version must be >= 3.15." @@ -1596,6 +1597,7 @@ case $target_os in SHFLAGS='-shared -Wl,--enable-auto-image-base' objformat="win32" enable dos_paths + check_cflags -fno-common ;; *-dos|freedos|opendos) disable ffplay ffserver vhook -- cgit v1.2.3