]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/chkconf.h
Patch #826420, and also adapted to new SWIG
[wxWidgets.git] / include / wx / chkconf.h
index afbb47412421b0e02adb4687ef25c3e8c76ea913..4d5fd211a2558722d3d604989969900e86ca3568 100644 (file)
 #   endif
 #endif /* !defined(wxUSE_HTML) */
 
+#ifndef wxUSE_LIBMSPACK
+#   ifndef __UNIX__
+        /* set to 0 on platforms that don't have libmspack */
+#       define wxUSE_LIBMSPACK 0
+#   else
+#       ifdef wxABORT_ON_CONFIG_ERROR
+#           error "wxUSE_LIBMSPACK must be defined."
+#       else
+#           define wxUSE_LIBMSPACK 0
+#       endif
+#   endif
+#endif /* !defined(wxUSE_LIBMSPACK) */
+
 #ifndef wxUSE_ICO_CUR
 #   ifdef wxABORT_ON_CONFIG_ERROR
 #       error "wxUSE_ICO_CUR must be defined."