Skip to content

Commit

Permalink
Rebuild configure and config.h.in
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Feb 17, 2015
1 parent fdfdaf5 commit e5bd842
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 39 deletions.
3 changes: 0 additions & 3 deletions autoconf/config.h.in
Expand Up @@ -982,9 +982,6 @@
/* Define to 1 if you have the `__argz_stringify' function. */
#undef HAVE___ARGZ_STRINGIFY

/* Define to 1 if you have the `__builtin_va_copy' function. */
#undef HAVE___BUILTIN_VA_COPY

/* Define to 1 if you have the `__fsetlocking' function. */
#undef HAVE___FSETLOCKING

Expand Down
36 changes: 0 additions & 36 deletions configure
Expand Up @@ -22836,42 +22836,6 @@ fi
done


{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_va_copy" >&5
$as_echo_n "checking for __builtin_va_copy... " >&6; }
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */

#include <stdarg.h>

int
main ()
{

va_list ap, ap2;
__builtin_va_copy(ap2, ap);
return 0;

;
return 0;
}
_ACEOF
if ac_fn_c_try_link "$LINENO"; then :

{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
$as_echo "yes" >&6; }

$as_echo "#define HAVE___BUILTIN_VA_COPY 1" >>confdefs.h


else

{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }

fi
rm -f core conftest.err conftest.$ac_objext \
conftest$ac_exeext conftest.$ac_ext

{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Python support" >&5
$as_echo_n "checking for Python support... " >&6; }

Expand Down

0 comments on commit e5bd842

Please sign in to comment.