X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fdefault.cfg;h=d61c2e906b1f6e496e817aaab21b3de5a4ba4e10;hb=def7011b3ec2f20cc195a4405198e03eb6c92b47;hp=ceb6d58680fad665067ef07cbe31a2cf36032674;hpb=54d6995ab44a7122c74c195bd3fedf11c2d223da;p=moe.git diff --git a/lib/default.cfg b/lib/default.cfg index ceb6d58..d61c2e9 100644 --- a/lib/default.cfg +++ b/lib/default.cfg @@ -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.