configure: Do not preset $with_libstatgrab and $with_libdevstat.
authorSebastian Harl <sh@tokkee.org>
Sun, 9 Mar 2008 18:58:24 +0000 (19:58 +0100)
committerFlorian Forster <octo@huhu.verplant.org>
Sat, 22 Mar 2008 09:24:01 +0000 (10:24 +0100)
commitc5d8344235ffedd8d37e31a7fefb131502dce212
treea5fd73390c6f955d50320b3977b30d150bbae419
parent12b23a0ff448672e04ffe2e0fb973751f8a42a34
configure: Do not preset $with_libstatgrab and $with_libdevstat.

Those variables are set when parsing the command line options and evaluated
inside the AC_ARG_WITH() macro. Presetting them overwrites any command line
options.

Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
configure.in