summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bc56609)
raw | patch | inline | side by side (parent: bc56609)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Tue, 18 Nov 2008 07:14:10 +0000 (07:14 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Tue, 18 Nov 2008 07:14:10 +0000 (07:14 +0000) |
program/configure.ac | patch | blob | history |
diff --git a/program/configure.ac b/program/configure.ac
index 73bfccb85dae2c8e977639e676cc0aa37fd80b2e..bfce61bd1057a712b18af49d2d33a93d1b91766c 100644 (file)
--- a/program/configure.ac
+++ b/program/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,