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 d3a93645e801daf44c12a58b6cfc2e59b68808ea..6a99f3031e263ebafa0610a3e1c63344a67e4e87 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