[ovs-git] Open vSwitch: configure: Silence check for broken strtok_r(). (master)

dev at openvswitch.org dev at openvswitch.org
Tue Jan 26 19:06:56 UTC 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  5819a7cdcf44f0277c538353672fb27701c764f9 (commit)
      from  1fa5a1050f4e148575d418bf16343a39357ada39 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5819a7cdcf44f0277c538353672fb27701c764f9
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=5819a7cdcf44f0277c538353672fb27701c764f9
Author: Ben Pfaff <blp at nicira.com>
		
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().)


-----------------------------------------------------------------------

Summary of changes:
 acinclude.m4 |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list