Remove explicitly linking against -lc on linux as it could break backwards binary compatibility. Linking using gcc/g++ should automatically link against libc.

Thanks to Franz.Sirl-kernel@lauterbach.com for the patch.
Bug #72766 r=wtc,cls
This commit is contained in:
seawood%netscape.com 2002-08-07 11:11:39 +00:00
parent f22650c3cf
commit e6bc900e3a
2 changed files with 350 additions and 352 deletions

701
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -870,7 +870,6 @@ case "$target" in
AC_DEFINE(_POSIX_SOURCE)
AC_DEFINE(_SVID_SOURCE)
TARGET_NSPR_MDCPUCFG='\"md/_linux.cfg\"'
LIBS="$LIBS -lc"
case "${target_cpu}" in
alpha*)