Code

Build system: Check for "strtok_r" availability with "-Wall -Werror" when using GCC.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 1 May 2010 07:53:12 +0000 (09:53 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 1 May 2010 07:53:12 +0000 (09:53 +0200)
commitc4e077cc77ec31e86baefc4644686a86b39cd460
treee04f7dacdf923f4713989109aa7f11a3444b748e
parentaaa30a38b12e500f687c2bfdf069fe8f1d9b1b66
Build system: Check for "strtok_r" availability with "-Wall -Werror" when using GCC.

Previously, the check was done without "-Werror" which resulted in a
warning and success. When the daemon was later built with "-Werror" set,
that warning would result in an error and abort the build.

Thanks to AurĂ©lien Reynaud for reporting the problem.
configure.in