mesa: match against *-gnu* instead of *-gnu in configure.ac

Fixes build on arm-linux-gnueabi
This commit is contained in:
Julien Cristau 2009-01-12 16:04:32 +01:00 committed by Dan Nicholson
parent a0318d7f8e
commit 7f7fc3e3af

View 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