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.
This commit is contained in:
Owen Taylor
2002-12-06 17:29:52 +00:00
committed by Owen Taylor
parent 692f92a1f2
commit 05902c047b
8 changed files with 70 additions and 9 deletions

View File

@@ -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