--- configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac index 73bfccb..bfce61b 100644 --- a/configure.ac +++ b/configure.ac @@ -113,7 +113,7 @@ AS_HELP_STRING([--disable-mmap],[disable mmap in rrd_update, use seek+write inst [], [enable_mmap=yes]) -AC_ARG_ENABLE(pthread,AS_HELP_STRING([--disable-pthread][disable multithread support]), +AC_ARG_ENABLE(pthread,AS_HELP_STRING([--disable-pthread],[disable multithread support]), [],[enable_pthread=yes]) AC_ARG_ENABLE(static-programs, -- 1.6.0.3 _______________________________________________ rrd-developers mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-developers
