Run autoreconf.

This commit is contained in:
Benjamin Peterson 2019-02-25 21:37:59 -08:00
parent 90c6facebd
commit b84df2d7cc
3 changed files with 16 additions and 14 deletions

2
configure vendored
View file

@ -15542,6 +15542,8 @@ else
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
#include <stdlib.h>
#include <unistd.h>
int main()
{
int val1 = nice(1);