]> git.saurik.com Git - wxWidgets.git/commitdiff
fix typo in warning message
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 5 Feb 2008 11:07:49 +0000 (11:07 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 5 Feb 2008 11:07:49 +0000 (11:07 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51560 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure
configure.in

index 79e393708e12f5a764f5630e105e5aeb2fc36989..d2a2154df827cf3b1e3998a2c2d2daf8724d4364 100755 (executable)
--- 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
 
index 7db5767d2936c297540a7759e1a919a89f91b66c..203bd15dfcba2c1273bd3f23d5e192275b304ab2 100644 (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