| commit | cc0901e72d3e1a916fc97909e7c0c73264b61438 | [log] [tgz] |
|---|---|---|
| author | John Kacur <jkacur@redhat.com> | Wed May 27 22:51:42 2015 +0200 |
| committer | John Kacur <jkacur@redhat.com> | Wed May 27 22:51:42 2015 +0200 |
| tree | a05562425a5edfb47524372682c46358deb1c41b | |
| parent | 3bb3cef70468dc22056e1a82d55f14cd4b6c2774 [diff] |
Allow building with -DHAVE_PARSE_CPUSTRING_ALL This is a temporary solution until we have time to look into autotools If you know that you are building on a system that has numa_parse_cpustring_all() Then you can type make HAVE_PARSE_CPUSTRING_ALL=1 to define it. If you omit that, then the default is the old behaviour that uses numa_parse_cpustring((char *)s) Signed-off-by: John Kacur <jkacur@redhat.com>