author | Ruben Kerkhof <ruben@tilaa.com> | |
Fri, 11 Dec 2015 16:03:58 +0000 (17:03 +0100) | ||
committer | Ruben Kerkhof <ruben@tilaa.com> | |
Fri, 11 Dec 2015 16:04:57 +0000 (17:04 +0100) | ||
commit | a076f79da5f22c082f7e07b28f5978ce27c673ed | |
tree | 3ac169d4e50d5a210e802cc9e2dfb4e940f44bb8 | tree | snapshot |
parent | 92ba2e344ef0822d25dd2761fd548585b0644b1e | commit | diff |
configure.ac: send output of check to /dev/null
The output is quite a long line:
kern.cp_times: 10336 0 9848 499639 7613098 18834 0 11963 115 8101970 16444 0 14368 1672 8100398 17584 0 14149 1358 8099791
And we have no use for the result, we just want to know if the sysctl exists.
The output is quite a long line:
kern.cp_times: 10336 0 9848 499639 7613098 18834 0 11963 115 8101970 16444 0 14368 1672 8100398 17584 0 14149 1358 8099791
And we have no use for the result, we just want to know if the sysctl exists.
configure.ac | diff | blob | history |