From 77c13e4e31910a32754d0fcebf7a1021760468d7 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Thu, 20 Oct 2016 18:47:49 +0000 Subject: typo in informational message: s/UTF_LOCALE/UTF8_LOCALE/ --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 4b8b06cd..4c72842f 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #!/bin/sh # -# $Id: configure,v 1.52 2016/10/18 16:06:44 schwarze Exp $ +# $Id: configure,v 1.53 2016/10/20 18:47:49 schwarze Exp $ # # Copyright (c) 2014, 2015, 2016 Ingo Schwarze # @@ -185,7 +185,7 @@ runtest() { # Select a UTF-8 locale. get_locale() { [ -n "${HAVE_WCHAR}" ] && [ "${HAVE_WCHAR}" -eq 0 ] && return 0 - ismanual UTF8_LOCALE UTF_LOCALE "$UTF8_LOCALE" && return 0 + ismanual UTF8_LOCALE UTF8_LOCALE "$UTF8_LOCALE" && return 0 echo "UTF8_LOCALE: testing..." 1>&3 UTF8_LOCALE=`locale -a | grep -i '^en_US\.UTF-*8$' | head -n 1` if [ -z "${UTF8_LOCALE}" ]; then -- cgit v1.2.3