aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/configure
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
commit77c13e4e31910a32754d0fcebf7a1021760468d7 (patch)
tree5b2cfe1a05f94ba62ca39bc12967b5ef247778f9 /configure
parentb52fd0604c07146a5a21899583b1f98b53b1d528 (diff)
downloadmandoc-77c13e4e31910a32754d0fcebf7a1021760468d7.tar.gz
mandoc-77c13e4e31910a32754d0fcebf7a1021760468d7.tar.zst
mandoc-77c13e4e31910a32754d0fcebf7a1021760468d7.zip
typo in informational message: s/UTF_LOCALE/UTF8_LOCALE/
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
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 <schwarze@openbsd.org>
#
@@ -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