configure: Silence check for broken strtok_r().
authorBen Pfaff <blp@nicira.com>
Mon, 25 Jan 2010 18:32:39 +0000 (10:32 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 26 Jan 2010 18:55:16 +0000 (10:55 -0800)
commit5819a7cdcf44f0277c538353672fb27701c764f9
tree7d450323b81fc7119af77128b5d13970ac052b5e
parent1fa5a1050f4e148575d418bf16343a39357ada39
configure: Silence check for broken strtok_r().

The check for strtok_r() prints a line of text on stdout as part of its
run.  This is noticeable when running "configure", especially with -q.
This commit fixes it.

(The apparent alternative of not printing anything at all seems like a bad
idea because this might encourage the compiler to completely optimize
everything out of main().)
acinclude.m4