Fix configure visibility tests

This commit is contained in:
Ulrich Drepper 2011-05-21 08:00:14 -04:00
parent cc9e536dac
commit f7d82dc9e0
3 changed files with 10 additions and 7 deletions

View File

@ -1,5 +1,8 @@
2011-05-21 Ulrich Drepper <drepper@gmail.com>
* configure.in: Fix typo in redirection and correct removal of test
files in two cases.
[BZ #12788]
* locale/setlocale.c (new_composite_name): Fix test to check for
identical name of all categories.

4
configure vendored
View File

@ -5963,7 +5963,7 @@ EOF
fi
fi
fi
rm -f conftest.cs
rm -f conftest.{c,s}
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_visibility_attribute" >&5
@ -6626,7 +6626,7 @@ EOF
else
libc_cv_have_section_quotes=unknown
fi
rm -f conftest.cs
rm -f conftest.{c,s}
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_have_section_quotes" >&5

View File

@ -1388,7 +1388,7 @@ EOF
fi
fi
fi
rm -f conftest.[cs]
rm -f conftest.{c,s}
])
if test $libc_cv_visibility_attribute != yes; then
AC_MSG_ERROR(compiler support for visibility attribute is required)
@ -1806,7 +1806,7 @@ EOF
else
libc_cv_have_section_quotes=unknown
fi
rm -f conftest.[cs]
rm -f conftest.{c,s}
])
if test $libc_cv_have_section_quotes = yes; then
AC_DEFINE(HAVE_SECTION_QUOTES)