configure.ac: Don't check for cross compiling.
authorMatt Turner <mattst88@gmail.com>
Fri, 11 Oct 2013 21:39:54 +0000 (14:39 -0700)
committerMatt Turner <mattst88@gmail.com>
Mon, 14 Oct 2013 18:13:09 +0000 (11:13 -0700)
Dead since c845140a.

configure.ac

index 0d082d213b6923eb4b626514b3904f273573cf87..5faae97cd6c3c87263f42abeaa8aa3150e8b21c4 100644 (file)
@@ -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)