]> git.saurik.com Git - wxWidgets.git/commitdiff
removed wxUSE_BUILTIN_REGEX
authorRyan Norton <wxprojects@comcast.net>
Tue, 30 Dec 2003 23:41:47 +0000 (23:41 +0000)
committerRyan Norton <wxprojects@comcast.net>
Tue, 30 Dec 2003 23:41:47 +0000 (23:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25049 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/regex.cpp
src/regex/regex.h

index 7d0efb3acc36c9fb8ad650b083b4723996b7a3fe..44160b0ff7c9d4de6505f98577b34175b960d9c0 100644 (file)
 
 #include "wx/regex.h"
 
 
 #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
 // ----------------------------------------------------------------------------
 // ----------------------------------------------------------------------------
 // private classes
 // ----------------------------------------------------------------------------
index 6b7539ba8b3612eff6a42db3af944808c827a8b3..304e15d95e5af0ec6d8d45e0e570964f321277b5 100644 (file)
@@ -44,7 +44,6 @@ extern "C" {
     WXWINDOWS CUSTOM 
 *****************************/
 #ifndef _REGEX_CUSTOM_H_
     WXWINDOWS CUSTOM 
 *****************************/
 #ifndef _REGEX_CUSTOM_H_
-#   define wxUSE_BUILTIN_REGEX
 #   define wx_wchar wxChar
 /*  FreeBSD, Watcom and DMars require this, CW doesn't have nor need it. */
 /*  Others also don't seem to need it. If you have an error related to */
 #   define wx_wchar wxChar
 /*  FreeBSD, Watcom and DMars require this, CW doesn't have nor need it. */
 /*  Others also don't seem to need it. If you have an error related to */