Corrected the help text for the --enable-threads feature.
authorArto Bendiken <arto@bendiken.net>
Mon, 22 Sep 2014 12:54:04 +0000 (12:54 +0000)
committerArto Bendiken <arto@bendiken.net>
Mon, 22 Sep 2014 12:54:04 +0000 (12:54 +0000)
See: https://sourceforge.net/p/ecls/patches/33/

src/configure.in

index fe8ddd0..2aa3bd5 100644 (file)
@@ -41,7 +41,7 @@ AC_ARG_ENABLE(rpath,
 
 AC_ARG_ENABLE(threads,
   AS_HELP_STRING( [--enable-threads],
-                  [support for native threads (yes|no|auto, default=YES).]),
+                  [support for native threads (yes|no|auto, default=auto).]),
   [], [enable_threads=auto])
 
 AC_ARG_ENABLE(boehm,