From: Matthias Clasen Date: Thu, 31 Aug 2006 23:16:57 +0000 (+0000) Subject: fix problems with the previous commit X-Git-Tag: GLIB_2_13_0~242 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=401b01f196e0b1f8956bf62b3c0cad3c6728d7e4;p=platform%2Fupstream%2Fglib.git fix problems with the previous commit --- diff --git a/configure.in b/configure.in index 8afc6a6..2d93544 100644 --- a/configure.in +++ b/configure.in @@ -1098,7 +1098,7 @@ dnl we currently check for all three va_copy possibilities, so we get dnl all results in config.log for bug reports. AC_CACHE_CHECK([for an implementation of va_copy()],glib_cv_va_copy,[ AC_LINK_IFELSE([#include -#include +#include void f (int i, ...) { va_list args1, args2; va_start (args1, i); @@ -1116,7 +1116,7 @@ AC_CACHE_CHECK([for an implementation of va_copy()],glib_cv_va_copy,[ ]) AC_CACHE_CHECK([for an implementation of __va_copy()],glib_cv___va_copy,[ AC_LINK_IFELSE([#include -#include +#include void f (int i, ...) { va_list args1, args2; va_start (args1, i); @@ -1146,7 +1146,7 @@ fi AC_CACHE_CHECK([whether va_lists can be copied by value],glib_cv_va_val_copy,[ AC_TRY_RUN([#include -#include +#include void f (int i, ...) { va_list args1, args2; va_start (args1, i);