From 3dde4d658b231673bd2d61dddd4708ab4ff66b49 Mon Sep 17 00:00:00 2001 From: Michael Matz Date: Tue, 26 Jan 2016 16:34:24 +0000 Subject: configure.ac (ac_cv_std_swap_in_utility): New test. * configure.ac (ac_cv_std_swap_in_utility): New test. * system.h (): Check HAVE_SWAP_IN_UTILITY as well. * configure: Regenerate. * config.in: Regenerate. From-SVN: r232836 --- gcc/system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/system.h') diff --git a/gcc/system.h b/gcc/system.h index 8151e0a..445073c 100644 --- a/gcc/system.h +++ b/gcc/system.h @@ -217,7 +217,7 @@ extern int errno; #endif #ifdef __cplusplus -#ifdef INCLUDE_ALGORITHM +#if defined (INCLUDE_ALGORITHM) || !defined (HAVE_SWAP_IN_UTILITY) # include #endif # include -- cgit v1.1