From ee5dfd44e4bcfb03ea42a03d1e09e06d42e6c3d6 Mon Sep 17 00:00:00 2001 From: kugel Date: Sun, 9 May 2010 14:17:35 +0000 Subject: [PATCH] Remove -U_GNU_SOURCE again (was added in r25850). It turns out SDL doesn't work properly with it. The reason I added it for doesn't exist anymore (or, not yet). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25914 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/configure b/tools/configure index b2db8438e..6b58e432e 100755 --- a/tools/configure +++ b/tools/configure @@ -165,8 +165,7 @@ simcc () { exit 2 else # generic sdl-config checker - #ignore the -D_GNU_SOURCE=1 inserted by sdl - GCCOPTS="$GCCOPTS `$sdl --cflags` -U_GNU_SOURCE" + GCCOPTS="$GCCOPTS `$sdl --cflags`" LDOPTS="$LDOPTS `$sdl --libs`" fi fi -- 2.11.4.GIT