From 5e90539e0f1c0b9e7373947e71465e466c8ea363 Mon Sep 17 00:00:00 2001 From: ghazi Date: Mon, 9 Jun 2003 05:20:02 +0000 Subject: PR bootstrap/10974 * physmem.c: Update comment. * configure.in: Modify test for _system_configuration for older AIX systems. * config.in, configure: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67649 138bc75d-0d04-0410-961f-82ee72b054a4 --- libiberty/config.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libiberty/config.in') diff --git a/libiberty/config.in b/libiberty/config.in index 14ab3793c5c..51d161a4606 100644 --- a/libiberty/config.in +++ b/libiberty/config.in @@ -316,9 +316,6 @@ /* Define if you have the sys_siglist variable. */ #undef HAVE_SYS_SIGLIST -/* Define if you have the _system_configuration variable. */ -#undef HAVE__SYSTEM_CONFIGURATION - /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems. This function is required for alloca.c support on those systems. */ @@ -331,6 +328,9 @@ STACK_DIRECTION = 0 => direction of growth unknown */ #undef STACK_DIRECTION +/* Define if you have the _system_configuration variable. */ +#undef HAVE__SYSTEM_CONFIGURATION + /* Define if canonicalize_file_name is not declared in system header files. */ #undef NEED_DECLARATION_CANONICALIZE_FILE_NAME -- cgit v1.2.3