Mesa (master): configure.ac: Don't check for cross compiling.

Matt Turner mattst88 at kemper.freedesktop.org
Mon Oct 14 18:19:29 UTC 2013


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

Author: Matt Turner <mattst88 at gmail.com>
Date:   Fri Oct 11 14:39:54 2013 -0700

configure.ac: Don't check for cross compiling.

Dead since c845140a.

---

 configure.ac |    2 --
 1 files changed, 0 insertions(+), 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)
 




More information about the mesa-commit mailing list