OSDN Git Service

autoconf: Restore _GNU_SOURCE for all Linux systems
[android-x86/external-mesa.git] / configure.ac
index 2f3f0be..919b717 100644 (file)
@@ -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*)