=================================================================== RCS file: /cvs/mandoc/configure,v retrieving revision 1.52 retrieving revision 1.53 diff -u -p -r1.52 -r1.53 --- mandoc/configure 2016/10/18 16:06:44 1.52 +++ mandoc/configure 2016/10/20 18:47:49 1.53 @@ -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