From 6a0200f24de51eeb94a3a1f75ee105786a6e088d Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Fri, 7 Sep 2012 11:13:36 +0100 Subject: configure: msvc: fix/simplify setting of flags for hostcc Signed-off-by: Mans Rullgard --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 1fe505c3f3..ae8e76590a 100755 --- a/configure +++ b/configure @@ -2324,7 +2324,7 @@ probe_cc(){ _flags='-nologo' _cflags='-D_USE_MATH_DEFINES -Dinline=__inline -FIstdlib.h -Dstrtoll=_strtoi64' if [ $pfx = hostcc ]; then - _cflags="$cflags -Dsnprintf=_snprintf" + append _cflags -Dsnprintf=_snprintf fi disable aligned_stack fi -- cgit v1.2.3