Mesa (master): mesa: match against *-gnu* instead of *-gnu in configure.ac

Dan Nicholson dbn at kemper.freedesktop.org
Mon Jan 12 19:08:43 UTC 2009


Module: Mesa
Branch: master
Commit: 7f7fc3e3af6471a224a10bf3d2cd6ddd7a96d334
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7f7fc3e3af6471a224a10bf3d2cd6ddd7a96d334

Author: Julien Cristau <jcristau at debian.org>
Date:   Mon Jan 12 16:04:32 2009 +0100

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

Fixes build on arm-linux-gnueabi

---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index d3a9364..6a99f30 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




More information about the mesa-commit mailing list