Pass 'nostdinc' to AM_INIT_AUTOMAKE().
Summary: - On hosts with case-insensitive filesystems, adding folly/ directory to the include path causes String.h to get picked up as <string.h>. Add 'nostdinc' to the AM_INIT_AUTOMAKE() invocation to remove these standard includes from the set of compile flags. Test Plan: - fbconfig -r folly && fbmake runtests - ./configure && make check on Ubuntu/FC/Mac Reviewed By: delong.j@fb.com FB internal diff: D998505
Showing
Please register or sign in to comment