From 0ce3761c781f2c2de40a5a8a99563878804f47cc Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 3 Feb 2017 10:15:40 +0100 Subject: [PATCH] configure: Add stdlib.h #include to CPPFLAGS check helper functions This ensures that added CPPFLAGS are validated against libc headers. --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 555dc8861e..32ab7329e3 100755 --- a/configure +++ b/configure @@ -872,7 +872,7 @@ check_code(){ check_cppflags(){ log check_cppflags "$@" check_cpp "$@" <; EOF } @@ -1166,7 +1166,7 @@ check_host_cpp(){ check_host_cppflags(){ log check_host_cppflags "$@" check_host_cpp "$@" <; EOF }