applied patch 890642: wxRE_ADVANCED flag and docs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25869 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2004-02-19 17:50:01 +00:00
parent e3f9e20cb1
commit 4996f26121
17 changed files with 228 additions and 211 deletions

10
configure vendored
View File

@@ -19502,8 +19502,8 @@ _ACEOF
if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_REGEX" = "yes"; then
{ echo "$as_me:$LINENO: WARNING: Unicode build requires built-in regex library, will use it instead" >&5
echo "$as_me: WARNING: Unicode build requires built-in regex library, will use it instead" >&2;}
{ 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;}
wxUSE_REGEX=builtin
fi
@@ -19764,6 +19764,10 @@ echo "$as_me: WARNING: system regex library not found, will use built-in instead
fi
else
wxUSE_REGEX=sys
cat >>confdefs.h <<\_ACEOF
#define WX_NO_REGEX_ADVANCED 1
_ACEOF
fi
fi
fi
@@ -37725,7 +37729,7 @@ fi
WXCONFIG_EXTRALIBS="$LIBS"
if test "$wxUSE_REGEX" = "builtin" ; then
wxconfig_3rdparty="$wxconfig_3rdparty regex"
wxconfig_3rdparty="$wxconfig_3rdparty regex${lib_unicode_suffix}"
fi
if test "$wxUSE_EXPAT" = "builtin" ; then
wxconfig_3rdparty="$wxconfig_3rdparty expat"