# HG changeset patch # User Matti Hamalainen # Date 1348791960 -10800 # Node ID a039e8eebfb69a43bc8ee8cba0e9440a0a61e20c # Parent 672bd528de334b196d9ebe97f09a7aa4aae78e2b Disable jssmod support in the build configuration, as we do not need it. diff -r 672bd528de33 -r a039e8eebfb6 config.mak --- a/config.mak Fri Sep 28 02:41:33 2012 +0300 +++ b/config.mak Fri Sep 28 03:26:00 2012 +0300 @@ -45,7 +45,7 @@ ### Generic support of JSSMOD-format modules -JSS_SUP_JSSMOD=yes +JSS_SUP_JSSMOD=no # Enable support for different pattern storage modes # in the JSSMOD _loader_. Saving in xm2jss is not affected.