From: oetiker Date: Tue, 18 Nov 2008 07:14:10 +0000 (+0000) Subject: missing , added to help string X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=commitdiff_plain;h=82d6afdfe67c94910cf72ea0d65c7e0cd1e9af7b;hp=4d336910a7ea30eb893cf36cb7131520cc52994e missing , added to help string git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1674 a5681a0c-68f1-0310-ab6d-d61299d08faa --- 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,