]> git.saurik.com Git - wxWidgets.git/blobdiff - configure.in
fixed static libs detection (shouldn't suppress stdout, just stderr)
[wxWidgets.git] / configure.in
index 8883bbb10eb222d6cb071c19189857984ee9a0ea..788a8dd10b56bc86cb96a4e85203c8c623d9680a 100644 (file)
@@ -1737,6 +1737,10 @@ AC_CACHE_CHECK([for va_copy],
                 va_copy(ap2, ap1);
                 va_end(ap2);
                 va_end(ap1);
+            }
+            int main()
+            {
+                return foo("hi", 17);
             }],
             wx_cv_func_va_copy=yes,
             wx_cv_func_va_copy=no