From: Vadim Zeitlin Date: Tue, 5 Feb 2008 11:07:49 +0000 (+0000) Subject: fix typo in warning message X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2a424894302c0263cc73195ce17b60dc99d284c1?hp=f96524a0f6e44549b55c5adbbb90c8ee0d5419f1 fix typo in warning message git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51560 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/configure b/configure index 79e393708e..d2a2154df8 100755 --- a/configure +++ b/configure @@ -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 diff --git a/configure.in b/configure.in index 7db5767d29..203bd15dfc 100644 --- a/configure.in +++ b/configure.in @@ -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