From: Dan Nicholson Date: Wed, 4 Mar 2009 21:19:32 +0000 (-0800) Subject: autoconf: Restore _GNU_SOURCE for all Linux systems X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ac55db1d7d6cd58e49a033859d1d86a7dcf71d45;p=mesa.git autoconf: Restore _GNU_SOURCE for all Linux systems This catches the linux-uclibc case and any others that were being set prior to 98fcdf3f. Fixes bug 20345. Signed-off-by: Dan Nicholson --- diff --git a/configure.ac b/configure.ac index 2f3f0beff10..919b717db46 100644 --- a/configure.ac +++ b/configure.ac @@ -87,7 +87,7 @@ dnl Compiler macros DEFINES="" AC_SUBST([DEFINES]) case "$host_os" in -*-gnu*) +linux*|*-gnu*) DEFINES="$DEFINES -D_GNU_SOURCE -DPTHREADS" ;; solaris*)