1 --- a/configure.ac 2016-10-24 16:59:06.225902806 +0200
2 +++ b/configure.ac 2016-10-24 17:00:35.592535133 +0200
4 # We define the name of the OS so the code can act accordingly
5 # We also need to add the right LDFLAGS
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)