python/pytest-regressions: update to 2.6.0
[oi-userland.git] / components / cluster / libstatgrab / patches / configure_ac.patch
blob83db589c74ba1b3e5afd71c5ad598a7cf76ef6ed
1 --- a/configure.ac 2016-10-24 16:59:06.225902806 +0200
2 +++ b/configure.ac 2016-10-24 17:00:35.592535133 +0200
3 @@ -514,7 +514,7 @@
4 # We define the name of the OS so the code can act accordingly
5 # We also need to add the right LDFLAGS
6 AS_CASE([$host_os],
7 - [solaris*], [
8 + [solaris*|illumos*], [
9 AC_CHECK_HEADERS([kstat.h libdevinfo.h procfs.h sys/sockio.h])
10 AC_DEFINE(SOLARIS, 1, [Building on Solaris])
11 AM_CONDITIONAL(SETUIDBINS, true)