summaryrefslogtreecommitdiffstats
path: root/old-configure.in
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-03-13 10:00:19 +0100
committerwolfbeast <mcwerewolf@gmail.com>2018-03-13 10:14:21 +0100
commit565bf7514506110a53e37ca686a222527e1ed4e4 (patch)
tree0d5212539e7ff315c0d4b18441375fb542555e98 /old-configure.in
parent90e68c3e3f4bb2f1a427a01586981e62bf74b898 (diff)
downloadUXP-565bf7514506110a53e37ca686a222527e1ed4e4.tar
UXP-565bf7514506110a53e37ca686a222527e1ed4e4.tar.gz
UXP-565bf7514506110a53e37ca686a222527e1ed4e4.tar.lz
UXP-565bf7514506110a53e37ca686a222527e1ed4e4.tar.xz
UXP-565bf7514506110a53e37ca686a222527e1ed4e4.zip
Remove Rust MP4 parser
Part 1 for #58
Diffstat (limited to 'old-configure.in')
-rw-r--r--old-configure.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/old-configure.in b/old-configure.in
index 70ebf0c19..4c52747b6 100644
--- a/old-configure.in
+++ b/old-configure.in
@@ -2427,9 +2427,6 @@ fi
# Propagate feature switches for code written in rust from confvars.sh
if test -n "$MOZ_RUST"; then
- if test -n "$MOZ_RUST_MP4PARSE"; then
- AC_DEFINE(MOZ_RUST_MP4PARSE)
- fi
if test -n "$MOZ_RUST_URLPARSE"; then
AC_DEFINE(MOZ_RUST_URLPARSE)
fi