diff options
| author | Tom Lane | 2018-11-07 21:41:42 +0000 |
|---|---|---|
| committer | Tom Lane | 2018-11-07 21:41:42 +0000 |
| commit | c3e6d5d38699812e047270a711be1926b7f6f396 (patch) | |
| tree | e3b8adb6e801c51486bac5baf43d808791629102 /configure.in | |
| parent | 54ad7282fe7ad80a15533546d3b0a2be2e19e3f6 (diff) | |
Fix inadequate autoconfiscation of copyfile() usage.
Per buildfarm, HAVE_COPYFILE is not the same thing as HAVE_COPYFILE_H.
Add the extra configure test.
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 8b0b6d1e43f..30e19097e42 100644 --- a/configure.in +++ b/configure.in @@ -1295,6 +1295,7 @@ AC_HEADER_STDBOOL AC_CHECK_HEADERS(m4_normalize([ atomic.h + copyfile.h crypt.h fp_class.h getopt.h |
