From 29424ee2194f7e0222b2ef803d7f4a41b83c6637 Mon Sep 17 00:00:00 2001 From: Evan Klitzke Date: Thu, 25 Sep 2014 16:40:10 -0700 Subject: [PATCH] fix a misspelling in the configure script --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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