From b184c7d1e7e665730b5f1397661da02a6db1afc5 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 23 Feb 2014 17:41:58 +0100 Subject: old build: add a missing config.h define The configure check was added to waf only. --- old-configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/old-configure b/old-configure index c26c7742cf..b438f8b33e 100755 --- a/old-configure +++ b/old-configure @@ -3398,6 +3398,8 @@ cat > $TMPH << EOF #define MPLAYER_CONFDIR "$_confdir" +/* we didn't bother to add actual config checks for this */ +#define HAVE_BSD_FSTATFS 0 /* system headers */ $def_mman_h -- cgit v1.2.3