diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-12-06 17:29:52 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-12-06 17:29:52 +0000 |
commit | 05902c047b1fcda9093085793accd3ba53cac3d4 (patch) | |
tree | 243d5dbb673c9853e200bcf86cdff05dd8d43df7 /ChangeLog.pre-2-2 | |
parent | 692f92a1f24e0fc5df1656474a252e6f063ee6f0 (diff) |
Use AC_LINK_IFELSE(), not AC_TRY_RUN() for va_copy(), __va_copy() checks.
Thu Dec 5 16:05:55 2002 Owen Taylor <otaylor@redhat.com>
* configure.in: Use AC_LINK_IFELSE(), not AC_TRY_RUN()
for va_copy(), __va_copy() checks.
* configure.in: When there is a reasonable default,
provide that in the 3rd argument of AC_TRY_RUN(),
instead of just leaving the 3rd argument empty.
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r-- | ChangeLog.pre-2-2 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 93c70dc19..6a61521d5 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,12 @@ +Thu Dec 5 16:05:55 2002 Owen Taylor <otaylor@redhat.com> + + * configure.in: Use AC_LINK_IFELSE(), not AC_TRY_RUN() + for va_copy(), __va_copy() checks. + + * configure.in: When there is a reasonable default, + provide that in the 3rd argument of AC_TRY_RUN(), + instead of just leaving the 3rd argument empty. + 2002-12-05 Matthias Clasen <maclas@gmx.de> * glib/gstrfuncs.c (g_strncasecmp): Break long deprecation |