mesa: match against *-gnu* instead of *-gnu in configure.ac
authorJulien Cristau <jcristau@debian.org>
Mon, 12 Jan 2009 15:04:32 +0000 (16:04 +0100)
committerDan Nicholson <dbn.lists@gmail.com>
Mon, 12 Jan 2009 19:08:02 +0000 (11:08 -0800)
Fixes build on arm-linux-gnueabi

configure.ac

index d3a9364..6a99f30 100644 (file)
@@ -83,7 +83,7 @@ dnl Compiler macros
 DEFINES=""
 AC_SUBST([DEFINES])
 case "$host_os" in
-*-gnu)
+*-gnu*)
 if test "x$GCC" = xyes; then
     DEFINES="$DEFINES -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE"
 fi