Got one of these last time I tried to commit:

cvs [server aborted]: out of memory; can not reallocate 206092 bytes
trying again...
This commit is contained in:
Gary V. Vaughan 2000-09-09 12:24:56 +00:00
parent 71d30262af
commit c81edc957e

3
libtool.m4 vendored
View File

@ -2048,7 +2048,8 @@ if test "$enable_shared" = yes && test "$ac_cv_prog_gcc" = yes; then
libname=conftest
save_allow_undefined_flag=$allow_undefined_flag
allow_undefined_flag=
if AC_TRY_EVAL(archive_cmds 2\>\&1 \| grep \" -lc \"); then
if AC_TRY_EVAL(archive_cmds 2\>\&1 \| grep \" -lc \" >/dev/null 2>&1)
then
ac_cv_archive_cmds_need_lc=no
else
ac_cv_archive_cmds_need_lc=yes