diff options
author | Julien Cristau <jcristau@debian.org> | 2009-01-12 16:04:32 +0100 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2009-01-12 11:08:02 -0800 |
commit | 7f7fc3e3af6471a224a10bf3d2cd6ddd7a96d334 (patch) | |
tree | 63b5c0966fb30c9be4e5baf1bce91758b3eafd00 /configure.ac | |
parent | a0318d7f8eea286a99c8fd6afb4d71b66d2b341c (diff) |
mesa: match against *-gnu* instead of *-gnu in configure.ac
Fixes build on arm-linux-gnueabi
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d3a93645e8..6a99f3031e 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |