diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/configure b/configure index fe66b79d69a..06ad9aeb714 100755 --- a/configure +++ b/configure @@ -13582,15 +13582,6 @@ fi fi if test "$with_lz4" = yes; then - for ac_header in lz4/lz4.h -do : - ac_fn_c_check_header_mongrel "$LINENO" "lz4/lz4.h" "ac_cv_header_lz4_lz4_h" "$ac_includes_default" -if test "x$ac_cv_header_lz4_lz4_h" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE_LZ4_LZ4_H 1 -_ACEOF - -else for ac_header in lz4.h do : ac_fn_c_check_header_mongrel "$LINENO" "lz4.h" "ac_cv_header_lz4_h" "$ac_includes_default" @@ -13607,10 +13598,6 @@ done fi -done - -fi - if test "$with_gssapi" = yes ; then for ac_header in gssapi/gssapi.h do : |