summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatt Turner <[email protected]>2013-10-11 14:39:54 -0700
committerMatt Turner <[email protected]>2013-10-14 11:13:09 -0700
commit9ae1f0bad6c23b8ed8bab01dc6752aeebfb558b3 (patch)
tree9905100113f04a70943bfca2118d6850411f2397 /configure.ac
parenta5ec01fb1bd4ad5418eb16cb05e6f6929d1444e8 (diff)
configure.ac: Don't check for cross compiling.
Dead since c845140a.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 0d082d213b6..5faae97cd6c 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)