Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 649746
Collapse All | Expand All

(-)a/meson.build (-1 / +1 lines)
Lines 184-190 else Link Here
184
  dep_rt = []
184
  dep_rt = []
185
endif
185
endif
186
dep_m = cc.find_library('m', required : false)
186
dep_m = cc.find_library('m', required : false)
187
if cc.has_header('sys/sysctl.h')
187
if cc.compiles('#include <sys/sysctl.h>', name : 'sys/sysctl.h')
188
  config.set10('HAVE_SYS_SYSCTL_H', true)
188
  config.set10('HAVE_SYS_SYSCTL_H', true)
189
endif
189
endif
190
if cc.has_header('sys/select.h')
190
if cc.has_header('sys/select.h')

Return to bug 649746