diff options
author | Roland McGrath <roland@gnu.org> | 2003-03-16 02:47:37 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-03-16 02:47:37 +0000 |
commit | 385cce415c0060f315b1cbd9260416f54e5853cf (patch) | |
tree | df2964eab1feac8034ecffaf27878ccd8ab1f71d | |
parent | 61cea1c31236ee8bbb51ac8b1ef9744a6cd2e0a3 (diff) | |
download | glibc-385cce415c0060f315b1cbd9260416f54e5853cf.tar.gz glibc-385cce415c0060f315b1cbd9260416f54e5853cf.tar.xz glibc-385cce415c0060f315b1cbd9260416f54e5853cf.zip |
* configure.in (libc_cv_visibility_attribute): Use AC_TRY_COMMAND,
get errors into the log file. (libc_cv_broken_visibility_attribute): Likewise. (libc_cv_broken_alias_attribute): Likewise. (libc_cv_asm_weak_directive): Likewise. (libc_cv_need_minus_P): Likewise. (libc_cv_dot_text): Likewise. (libc_cv_asm_global_directive): Likewise. (libc_cv_asm_type_prefix): Likewise. * configure: Regenerated.
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 82a20dd8c8..28c154ba23 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,16 @@ 2003-03-15 Roland McGrath <roland@redhat.com> + * configure.in (libc_cv_visibility_attribute): Use AC_TRY_COMMAND, + get errors into the log file. + (libc_cv_broken_visibility_attribute): Likewise. + (libc_cv_broken_alias_attribute): Likewise. + (libc_cv_asm_weak_directive): Likewise. + (libc_cv_need_minus_P): Likewise. + (libc_cv_dot_text): Likewise. + (libc_cv_asm_global_directive): Likewise. + (libc_cv_asm_type_prefix): Likewise. + * configure: Regenerated. + * nscd/cache.c (cache_search): Give first arg type `request_type'. * nscd/nscd.h: Update decl. |