summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure b/configure
index cb1aef07d6..9486422243 100755
--- a/configure
+++ b/configure
@@ -1466,6 +1466,7 @@ if amigaos ; then
_sighandler=no
_stream_cache=no
def_stream_cache="#undef CONFIG_STREAM_CACHE"
+ CFLAGS="$CFLAGS -DNEWLIB -D__USE_INLINE__"
fi
if qnx ; then
@@ -8003,9 +8004,6 @@ libs_mplayer=$_ld_tmp
if darwin ; then
CFLAGS="$CFLAGS -mdynamic-no-pic -falign-loops=16 -shared-libgcc"
fi
-if amigaos ; then
- CFLAGS="$CFLAGS -DNEWLIB -D__USE_INLINE__"
-fi
# Thread support
if linux ; then
CFLAGS="$CFLAGS -D_REENTRANT"