]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/chkconf.h
Fixed preview navigation as per ancient bug report
[wxWidgets.git] / include / wx / chkconf.h
index 0b48bd75596abe82ec17297c75bf54720f6c2e84..bd489fd7d61ba2753ab6d6be606a5f3ccfe24259 100644 (file)
 #   endif
 #endif /* !defined(wxUSE_REGEX) */
 
+#ifndef wxUSE_XML
+#   ifdef wxABORT_ON_CONFIG_ERROR
+#       error "wxUSE_XML must be defined."
+#   else
+#       define wxUSE_XML 0
+#   endif
+#endif /* !defined(wxUSE_XML) */
+
 #ifndef wxUSE_SOCKETS
 #   ifdef wxABORT_ON_CONFIG_ERROR
 #       error "wxUSE_SOCKETS must be defined."