]> git.cameronkatri.com Git - mandoc.git/commitdiff
typo in informational message: s/UTF_LOCALE/UTF8_LOCALE/
authorIngo Schwarze <schwarze@openbsd.org>
Thu, 20 Oct 2016 18:47:49 +0000 (18:47 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Thu, 20 Oct 2016 18:47:49 +0000 (18:47 +0000)
configure

index 4b8b06cdb40471eb42b0ad49ce67cad9153afc18..4c72842fd38891612e30572dbabf9afb73f2e09e 100755 (executable)
--- 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