configure: Remove unneeded icl inline compatibility definition
authorAlex Smith <alex.smith@warpsharp.info>
Wed, 19 Jun 2013 00:39:47 +0000 (20:39 -0400)
committerMartin Storsjö <martin@martin.st>
Wed, 19 Jun 2013 07:53:27 +0000 (10:53 +0300)
Signed-off-by: Martin Storsjö <martin@martin.st>
configure

index 93a9b30..543763f 100755 (executable)
--- a/configure
+++ b/configure
@@ -2625,7 +2625,7 @@ probe_cc(){
         # -Qdiag-error to make icl error when presented with certain unknown arguments
         _flags='-nologo -Qdiag-error:4044,10157'
         # -Qvec- -Qsimd- to prevent miscompilation, -GS for consistency with msvc which enables it by default
-        _cflags='-D_USE_MATH_DEFINES -Dinline=__inline -FIstdlib.h -Dstrtoll=_strtoi64 -Qms0 -Qvec- -Qsimd- -GS'
+        _cflags='-D_USE_MATH_DEFINES -FIstdlib.h -Dstrtoll=_strtoi64 -Qms0 -Qvec- -Qsimd- -GS'
         if [ $pfx = hostcc ]; then
             append _cflags -Dsnprintf=_snprintf
         fi