removed wxUSE_BUILTIN_REGEX

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25049 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ryan Norton
2003-12-30 23:41:47 +00:00
parent 1c29c1fead
commit 122c9be085
2 changed files with 0 additions and 7 deletions

View File

@@ -52,12 +52,6 @@
#include "wx/regex.h"
#if wxUSE_UNICODE
# if !defined(wxUSE_BUILTIN_REGEX)
# error "Unicode not supported with system regex, please reconfigure with --with-regex=builtin"
# endif
#endif
// ----------------------------------------------------------------------------
// private classes
// ----------------------------------------------------------------------------