mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-02-05 14:40:42 +08:00
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:
parent
71d30262af
commit
c81edc957e
3
libtool.m4
vendored
3
libtool.m4
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user