diff options
author | Scott D. Davilla <davilla@Skunkworks.local> | 2013-11-01 17:38:47 -0400 |
---|---|---|
committer | S. Davilla <davilla@4pi.com> | 2013-11-01 17:45:51 -0400 |
commit | 444d5b661eb0537e4a30e57c78b6c327bf71e251 (patch) | |
tree | 958df47a0a2ce5e0cabe3a6b9bbf68955967c7ec /configure.in | |
parent | 88f777cb1180cbefe8848c52e2f97a2faad2fbc4 (diff) |
FIX: [osx] remove -fgnu89-inline from rsxs, not needed anymore and it breaks compile under 10.9
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.in b/configure.in index 2743bd224d..8fb51b80e4 100644 --- a/configure.in +++ b/configure.in @@ -2896,11 +2896,6 @@ XB_CONFIG_MODULE([xbmc/visualizations/Goom/goom2k4-0],[ ], [$DISABLE_GOOM]) XB_CONFIG_MODULE([xbmc/screensavers/rsxs-0.9/], [ - if test "$host_vendor" = "apple"; then - TEMPCFLAGS="${CFLAGS} -fgnu89-inline"; - else - TEMPCFLAGS="$CFLAGS"; - fi ./configure \ CC="$CC" \ CXX="$CXX" \ |