X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/715c1da4a738567ac5ca05b369bb857ef6fb4b8c..97e6ee04541e844fe134fd1de99a24d0ec5cb2d5:/configure.in diff --git a/configure.in b/configure.in index 83e0084cc3..49950ac5cd 100644 --- a/configure.in +++ b/configure.in @@ -1877,6 +1877,11 @@ dnl ------------------------------------------------------------------------ if test "$wxUSE_REGEX" != "no"; then AC_DEFINE(wxUSE_REGEX) + + if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_REGEX" = "yes"; then + AC_MSG_WARN([Unicode build requires built-in regex library, will use it instead]) + wxUSE_REGEX=builtin + fi if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then dnl according to Unix 98 specs, regcomp() is in libc but I believe that @@ -4610,10 +4615,6 @@ if test "$wxUSE_SOCKETS" = "yes"; then AC_MSG_WARN([wxSocket not yet supported under MGL... disabled]) wxUSE_SOCKETS="no" fi - if test "$wxUSE_COCOA" = "1"; then - AC_MSG_WARN([wxSocket not yet supported under Cocoa... disabled]) - wxUSE_SOCKETS="no" - fi fi if test "$wxUSE_SOCKETS" = "yes"; then