src/utils_cache.c: Fix comment re defining LISTVAL_INCREASE.
authorFlorian Forster <octo@collectd.org>
Thu, 4 Oct 2012 08:15:36 +0000 (10:15 +0200)
committerFlorian Forster <octo@collectd.org>
Thu, 4 Oct 2012 08:15:36 +0000 (10:15 +0200)
Using the preprocessor flags (CPPFLAGS) is a tad more correct I think.

src/utils_cache.c

index c4be5ad..82567f3 100644 (file)
@@ -580,7 +580,7 @@ int uc_get_names (char ***ret_names, cdtime_t **ret_times, size_t *ret_number)
    * To see the difference, set this value to 1.
    *
    * To change this value at compile time:
-   * ./configure CFLAGS="-DLISTVAL_INCREASE=102400"
+   * ./configure CPPFLAGS="-DLISTVAL_INCREASE=102400"
    */ 
 #ifndef LISTVAL_INCREASE
 # define LISTVAL_INCREASE 1024