Merge pull request #4835 from citusdata/marcocitus/fix-configure

Apply #4834 to configure as well
pull/4838/head
Marco Slot 2021-03-18 14:52:02 +01:00 committed by GitHub
commit 28719ae79b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

6
configure vendored
View File

@ -4622,7 +4622,7 @@ else
as_fn_error $? "lz4 library not found as_fn_error $? "lz4 library not found
If you have lz4 installed, see config.log for details on the If you have lz4 installed, see config.log for details on the
failure. It is possible the compiler isn't looking in the proper directory. failure. It is possible the compiler isn't looking in the proper directory.
Use --without-lz4 to disable zlib support." "$LINENO" 5 Use --without-lz4 to disable lz4 support." "$LINENO" 5
fi fi
ac_fn_c_check_header_mongrel "$LINENO" "lz4.h" "ac_cv_header_lz4_h" "$ac_includes_default" ac_fn_c_check_header_mongrel "$LINENO" "lz4.h" "ac_cv_header_lz4_h" "$ac_includes_default"
@ -4715,7 +4715,7 @@ else
as_fn_error $? "zstd library not found as_fn_error $? "zstd library not found
If you have zstd installed, see config.log for details on the If you have zstd installed, see config.log for details on the
failure. It is possible the compiler isn't looking in the proper directory. failure. It is possible the compiler isn't looking in the proper directory.
Use --without-zstd to disable zlib support." "$LINENO" 5 Use --without-zstd to disable zstd support." "$LINENO" 5
fi fi
ac_fn_c_check_header_mongrel "$LINENO" "zstd.h" "ac_cv_header_zstd_h" "$ac_includes_default" ac_fn_c_check_header_mongrel "$LINENO" "zstd.h" "ac_cv_header_zstd_h" "$ac_includes_default"
@ -4725,7 +4725,7 @@ else
as_fn_error $? "zstd header not found as_fn_error $? "zstd header not found
If you have zstd already installed, see config.log for details on the If you have zstd already installed, see config.log for details on the
failure. It is possible the compiler isn't looking in the proper directory. failure. It is possible the compiler isn't looking in the proper directory.
Use --without-zstd to disable zlib support." "$LINENO" 5 Use --without-zstd to disable zstd support." "$LINENO" 5
fi fi