From: Hiltjo Posthuma Date: Sun, 27 Sep 2015 20:38:14 +0000 (+0200) Subject: config.mk: improve feature test check X-Git-Url: https://git.xinqibao.xyz/dmenu.git/commitdiff_plain/2d2175ff6f67e2bc85138d3f359d2f7580bcb754?hp=2d2175ff6f67e2bc85138d3f359d2f7580bcb754 config.mk: improve feature test check this fixes a crash on NetBSD because it requires -D_XOPEN_SOURCE (strdup, usleep). thanks k0ga and stateless for reporting and fixing this issue! ---