[Mesa-dev] [PATCH 1/2] configure.ac: Don't check for cross compiling.
Matt Turner
mattst88 at gmail.com
Sat Oct 12 00:20:40 CEST 2013
Dead since c845140a.
---
configure.ac | 2 --
1 file changed, 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 0d082d2..5faae97 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1959,8 +1959,6 @@ AM_CONDITIONAL(HAVE_X86_ASM, echo "$DEFINES" | grep 'X86_ASM' >/dev/null 2>&1)
AM_CONDITIONAL(HAVE_X86_64_ASM, echo "$DEFINES" | grep 'X86_64_ASM' >/dev/null 2>&1)
AM_CONDITIONAL(HAVE_SPARC_ASM, echo "$DEFINES" | grep 'SPARC_ASM' >/dev/null 2>&1)
-AM_CONDITIONAL(CROSS_COMPILING, test "x$cross_compiling" = xyes)
-
AC_SUBST([VDPAU_MAJOR], 1)
AC_SUBST([VDPAU_MINOR], 0)
--
1.8.3.2
More information about the mesa-dev
mailing list