Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 183714 | Differences between
and this patch

Collapse All | Expand All

(-)gnash-0.8.0.old/configure.ac (-13 lines)
Lines 477-495 Link Here
477
  export pathlist=$PATH
477
  export pathlist=$PATH
478
fi
478
fi
479
479
480
dnl Try to ignore stupid dependencies
481
482
AC_MSG_CHECKING(linker --as-needed support)
483
gcc_cv_ld_as_needed=no
484
# Check if linker supports --as-needed and --no-as-needed options
485
if $LD --help 2>/dev/null | grep as-needed > /dev/null; then
486
	gcc_cv_ld_as_needed=yes
487
fi
488
if test x"$gcc_cv_ld_as_needed" = xyes; then
489
	LDFLAGS="${LDFLAGS} -Wl,--as-needed"
490
fi
491
AC_MSG_RESULT($gcc_cv_ld_as_needed)
492
493
dnl GNASH_PKG_FIND(dmalloc, [dmalloc.h], [dmalloc], mallinfo)
480
dnl GNASH_PKG_FIND(dmalloc, [dmalloc.h], [dmalloc], mallinfo)
494
AM_CONDITIONAL(HAVE_DMALLOC, [ test x$has_dmalloc = xyes ])
481
AM_CONDITIONAL(HAVE_DMALLOC, [ test x$has_dmalloc = xyes ])
495
482

Return to bug 183714