diff options
| author | Evan Klitzke <evan@eklitzke.org> | 2014-09-25 16:40:10 -0700 |
|---|---|---|
| committer | Evan Klitzke <evan@eklitzke.org> | 2014-09-25 16:40:10 -0700 |
| commit | 29424ee2194f7e0222b2ef803d7f4a41b83c6637 (patch) | |
| tree | 555f4bd4d9dc39819e462a90f9d3051ead574e59 | |
| parent | 2550243b4183783e463fbb0bc141ab77f2898e64 (diff) | |
| download | rust-29424ee2194f7e0222b2ef803d7f4a41b83c6637.tar.gz rust-29424ee2194f7e0222b2ef803d7f4a41b83c6637.zip | |
fix a misspelling in the configure script
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index 716bf61f977..e79fec14a5c 100755 --- a/configure +++ b/configure @@ -458,7 +458,7 @@ valopt release-channel "source" "the name of the release channel to build" # On windows we just store the libraries in the bin directory because # there's no rpath. This is where the build system itself puts libraries; # --libdir is used to configure the installation directory. -# FIXME: Thise needs to parameterized over target triples. Do it in platform.mk +# FIXME: This needs to parameterized over target triples. Do it in platform.mk CFG_LIBDIR_RELATIVE=lib if [ "$CFG_OSTYPE" = "pc-mingw32" ] || [ "$CFG_OSTYPE" = "w64-mingw32" ] then |
