X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=SConfigure;h=ebf2ae6bc6e9214c391cebdbea37f00d27248727;hb=1434d9ffc860a7b90da5b00d90a094f4ef20fab4;hp=249f9b7220751bbf1ea89e18f4acf3b7af61d8a0;hpb=c29d34d85b7066dcfe96dfd70fc893d803691958;p=senf.git diff --git a/SConfigure b/SConfigure index 249f9b7..ebf2ae6 100644 --- a/SConfigure +++ b/SConfigure @@ -84,6 +84,7 @@ res = conf.CheckCXXHeader("boost/bimap.hpp"); \ res = conf.CheckTempBufferStrategy() # Standard library stuff +res = conf.FindCHeader("timerfd.h", [ 'sys', 'linux' ]) res = conf.CheckFunc("timerfd_create") res = conf.CheckSymbolWithExpression( "le16toh", "le16toh(0)", "#include ")