Updated hydra compression
This commit is contained in:
20
configure
vendored
20
configure
vendored
@@ -4262,9 +4262,9 @@ done
|
||||
|
||||
fi
|
||||
|
||||
echo "$as_me:$LINENO: checking for compress in -lz" >&5
|
||||
echo $ECHO_N "checking for compress in -lz... $ECHO_C" >&6
|
||||
if test "${ac_cv_lib_z_compress+set}" = set; then
|
||||
echo "$as_me:$LINENO: checking for compress2 in -lz" >&5
|
||||
echo $ECHO_N "checking for compress2 in -lz... $ECHO_C" >&6
|
||||
if test "${ac_cv_lib_z_compress2+set}" = set; then
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
ac_check_lib_save_LIBS=$LIBS
|
||||
@@ -4283,11 +4283,11 @@ extern "C"
|
||||
#endif
|
||||
/* We use char because int might match the return type of a gcc2
|
||||
builtin and then its argument prototype would still apply. */
|
||||
char compress ();
|
||||
char compress2 ();
|
||||
int
|
||||
main ()
|
||||
{
|
||||
compress ();
|
||||
compress2 ();
|
||||
;
|
||||
return 0;
|
||||
}
|
||||
@@ -4304,19 +4304,19 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
|
||||
ac_status=$?
|
||||
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
||||
(exit $ac_status); }; }; then
|
||||
ac_cv_lib_z_compress=yes
|
||||
ac_cv_lib_z_compress2=yes
|
||||
else
|
||||
echo "$as_me: failed program was:" >&5
|
||||
sed 's/^/| /' conftest.$ac_ext >&5
|
||||
|
||||
ac_cv_lib_z_compress=no
|
||||
ac_cv_lib_z_compress2=no
|
||||
fi
|
||||
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
||||
LIBS=$ac_check_lib_save_LIBS
|
||||
fi
|
||||
echo "$as_me:$LINENO: result: $ac_cv_lib_z_compress" >&5
|
||||
echo "${ECHO_T}$ac_cv_lib_z_compress" >&6
|
||||
if test $ac_cv_lib_z_compress = yes; then
|
||||
echo "$as_me:$LINENO: result: $ac_cv_lib_z_compress2" >&5
|
||||
echo "${ECHO_T}$ac_cv_lib_z_compress2" >&6
|
||||
if test $ac_cv_lib_z_compress2 = yes; then
|
||||
result=yes
|
||||
else
|
||||
result=no
|
||||
|
Reference in New Issue
Block a user