]> mj.ucw.cz Git - libucw.git/blobdiff - lib/default.cfg
fixed SHERLOCK_VERSION
[libucw.git] / lib / default.cfg
index 3ee543a1c64cf54e591020f2cea5e4c5d04677df..7035972d0aef7a20d49cd105db9e8d5a8b9d9fc1 100644 (file)
@@ -2,7 +2,7 @@
 # (c) 2005--2007 Martin Mares <mj@ucw.cz>
 
 # Version of the whole package
-Set("SHERLOCK_VERSION" => "3.12.4-dev");
+Set("SHERLOCK_VERSION" => "3.12.4");
 
 # Compile everything with debug information and ASSERT's
 UnSet("CONFIG_DEBUG");
@@ -16,6 +16,11 @@ Set("CONFIG_LARGE_FILES");
 # Use shared libraries
 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");
+
 # 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.
 UnSet("CONFIG_OWN_GETOPT");