X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c5feba0ea35d8e0b4f35e4a0fbab8c4c3db63cf6..a6c7a0f826d5e156c177b4755365c3eb33e9b933:/src/common/regex.cpp diff --git a/src/common/regex.cpp b/src/common/regex.cpp index 7d0efb3acc..44160b0ff7 100644 --- a/src/common/regex.cpp +++ b/src/common/regex.cpp @@ -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 // ----------------------------------------------------------------------------