author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sat, 1 May 2010 07:53:12 +0000 (09:53 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sat, 1 May 2010 07:53:12 +0000 (09:53 +0200) | ||
commit | c4e077cc77ec31e86baefc4644686a86b39cd460 | |
tree | e04f7dacdf923f4713989109aa7f11a3444b748e | tree | snapshot |
parent | aaa30a38b12e500f687c2bfdf069fe8f1d9b1b66 | commit | diff |
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.
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 | diff | blob | history |