fix typo in error message

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34240 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2011-12-02 12:29:33 +00:00
parent 347d6b4e26
commit 5175454a7c
2 changed files with 3 additions and 3 deletions

4
configure vendored
View file

@ -5268,8 +5268,8 @@ $as_echo "yes" >&6; };
else
{ $as_echo "$as_me:$LINENO: result: no" >&5
$as_echo "no" >&6; };
{ { $as_echo "$as_me:$LINENO: error: Your compiler does not appear to support UTF-8 string constants and any code which depends on non US-ASCII text in string constants would perform incorrectly. If you do not carte about this, please confgure using --disable-unicodeconstants" >&5
$as_echo "$as_me: error: Your compiler does not appear to support UTF-8 string constants and any code which depends on non US-ASCII text in string constants would perform incorrectly. If you do not carte about this, please confgure using --disable-unicodeconstants" >&2;}
{ { $as_echo "$as_me:$LINENO: error: Your compiler does not appear to support UTF-8 string constants and any code which depends on non US-ASCII text in string constants would perform incorrectly. If you do not care about this, please confgure using --disable-unicodeconstants" >&5
$as_echo "$as_me: error: Your compiler does not appear to support UTF-8 string constants and any code which depends on non US-ASCII text in string constants would perform incorrectly. If you do not care about this, please confgure using --disable-unicodeconstants" >&2;}
{ (exit 1); exit 1; }; }
fi
fi

View file

@ -1063,7 +1063,7 @@ if test "$enable_unicodeconstants" != "no"; then
GS_INPUT_CHARSET=-finput-charset=UTF-8
else
AC_MSG_RESULT([no]);
AC_MSG_ERROR([Your compiler does not appear to support UTF-8 string constants and any code which depends on non US-ASCII text in string constants would perform incorrectly. If you do not carte about this, please confgure using --disable-unicodeconstants])
AC_MSG_ERROR([Your compiler does not appear to support UTF-8 string constants and any code which depends on non US-ASCII text in string constants would perform incorrectly. If you do not care about this, please confgure using --disable-unicodeconstants])
fi
fi
export LANG="$saved_LANG"