]> mj.ucw.cz Git - moe.git/blobdiff - lib/default.cfg
Judge: Added function get_nl() for checking of an expected end of line.
[moe.git] / lib / default.cfg
index ceb6d58680fad665067ef07cbe31a2cf36032674..d61c2e906b1f6e496e817aaab21b3de5a4ba4e10 100644 (file)
@@ -19,7 +19,7 @@ UnSet("CONFIG_SHARED");
 # If your system doesn't contain GNU libc 2.3 or newer, it's recommended to let Sherlock
 # use its own regex library (a copy of the glibc one), because the default regex library
 # is likely to be crappy.
-Set("CONFIG_OWN_REGEX");
+UnSet("CONFIG_OWN_REGEX");
 
 # If your system can't reset getopt with 'optind = 0', you need to compile our internal copy
 # of GNU libc's getopt. This should not be necessary on GNU libc.