From f78ce0c2f31182305ffe14ed95c4b4a18cb0d906 Mon Sep 17 00:00:00 2001 From: Roger Sayle Date: Wed, 24 Nov 2004 14:00:38 +0000 Subject: re PR preprocessor/15824 (uchar redefinition warnings in libcpp) PR preprocessor/15824 * configure.ac: Correct HAVE_UCHAR test to #include directly, instead of the non-existant "system.h" and "ansidecl.h". * configure: Regenerate. From-SVN: r91157 --- libcpp/configure | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libcpp/configure') diff --git a/libcpp/configure b/libcpp/configure index 978296b..274fb013 100755 --- a/libcpp/configure +++ b/libcpp/configure @@ -6149,8 +6149,7 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -#include "ansidecl.h" -#include "system.h" +#include int main () -- cgit v1.1