mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-01 06:06:32 +00:00
7 lines
149 B
Plaintext
7 lines
149 B
Plaintext
# Options to enable rust in automation builds.
|
|
|
|
if test `uname -s` != Linux; then
|
|
RUSTC="$topsrcdir/rustc/bin/rustc"
|
|
ac_add_options --enable-rust
|
|
fi
|