summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2016-10-20 18:47:49 +0000
committerIngo Schwarze <schwarze@openbsd.org>2016-10-20 18:47:49 +0000
commitac392c19f6919943ac4f940c8b6468bf59ffc6b0 (patch)
tree28158e9606fa293fab5a38bac650c5484db1e13b
parent72b32de9c7e3efe3026cb9f5cec3aea4f0e9f121 (diff)
downloadmandoc-ac392c19f6919943ac4f940c8b6468bf59ffc6b0.tar.gz
typo in informational message: s/UTF_LOCALE/UTF8_LOCALE/
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 737dc703..013a5f38 100755
--- a/configure
+++ b/configure
@@ -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