Index: conf_core.c =================================================================== --- conf_core.c (revision 37124) +++ conf_core.c (revision 37125) @@ -64,8 +64,6 @@ htpp_entry_t *e; conf_clamp_to(RND_CFT_COORD, conf_core.design.line_thickness, PCB_MIN_THICKNESS, PCB_MAX_THICKNESS, RND_MIL_TO_COORD(10)); - rnd_conf_force_set_bool(conf_core.rc.have_regex, 1); - rnd_conf_ro("rc/have_regex"); rnd_conf_force_set_str(conf_core.rc.path.prefix, PCB_PREFIX); rnd_conf_ro("rc/path/prefix"); rnd_conf_force_set_str(conf_core.rc.path.lib, PCBLIBDIR); rnd_conf_ro("rc/path/lib"); Index: conf_core.h =================================================================== --- conf_core.h (revision 37124) +++ conf_core.h (revision 37125) @@ -138,7 +138,6 @@ RND_CFT_STRING web_browser; /* command line to a web browser (useful for accessing external resources, e.g. order pcb web services) */ /***** automatically set (in postproc) *****/ - RND_CFT_BOOLEAN have_regex; /* whether we have regex compiled in */ struct { RND_CFT_STRING prefix; /* e.g. /usr/local */ RND_CFT_STRING lib; /* e.g. /usr/lib/pcb-rnd */