summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a31fa55)
raw | patch | inline | side by side (parent: a31fa55)
author | Florian Forster <octo@collectd.org> | |
Thu, 4 Oct 2012 08:15:36 +0000 (10:15 +0200) | ||
committer | Florian 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 | patch | blob | history |
diff --git a/src/utils_cache.c b/src/utils_cache.c
index c4be5ad12a6720fb8573ff443b91cd405aaf618f..82567f33e01a86b638a572b21e5af35121f1d2a0 100644 (file)
--- a/src/utils_cache.c
+++ b/src/utils_cache.c
* 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