fix typo in warning message

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51560 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-02-05 11:07:49 +00:00
parent f96524a0f6
commit 2a42489430
2 changed files with 3 additions and 3 deletions

4
configure vendored
View File

@@ -25874,8 +25874,8 @@ _ACEOF
if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_REGEX" = "yes"; then
{ echo "$as_me:$LINENO: WARNING: Defaulting to the the builtin regex library for Unicode build." >&5
echo "$as_me: WARNING: Defaulting to the the builtin regex library for Unicode build." >&2;}
{ echo "$as_me:$LINENO: WARNING: Defaulting to the builtin regex library for Unicode build." >&5
echo "$as_me: WARNING: Defaulting to the builtin regex library for Unicode build." >&2;}
wxUSE_REGEX=builtin
fi

View File

@@ -2234,7 +2234,7 @@ if test "$wxUSE_REGEX" != "no"; then
AC_DEFINE(wxUSE_REGEX)
if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_REGEX" = "yes"; then
AC_MSG_WARN([Defaulting to the the builtin regex library for Unicode build.])
AC_MSG_WARN([Defaulting to the builtin regex library for Unicode build.])
wxUSE_REGEX=builtin
fi