Mercurial > audlegacy
changeset 1909:69897c4b6f53 trunk
[svn] - remove redundant rpath option
author | nenolod |
---|---|
date | Sat, 28 Oct 2006 23:58:27 -0700 |
parents | 179426cfdc0d |
children | a8ce5a74b580 |
files | ChangeLog m4/lib-link.m4 |
diffstat | 2 files changed, 8 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Sat Oct 28 15:17:47 2006 -0700 +++ b/ChangeLog Sat Oct 28 23:58:27 2006 -0700 @@ -1,3 +1,11 @@ +2006-10-28 22:17:47 +0000 William Pitcock <nenolod@nenolod.net> + revision [2773] + - from gentoo #152769 add application/ogg and audio/x-vorbis+ogg for gnome shared-mime-info compatibility + + trunk/audacious/audacious.desktop.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + + 2006-10-27 09:07:49 +0000 William Pitcock <nenolod@nenolod.net> revision [2771] - remove useless fileop buttons from the GTK1-like dialog.
--- a/m4/lib-link.m4 Sat Oct 28 15:17:47 2006 -0700 +++ b/m4/lib-link.m4 Sat Oct 28 23:58:27 2006 -0700 @@ -113,10 +113,6 @@ hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator" hardcode_direct="$acl_cv_hardcode_direct" hardcode_minus_L="$acl_cv_hardcode_minus_L" - dnl Determine whether the user wants rpath handling at all. - AC_ARG_ENABLE(rpath, - [ --disable-rpath do not hardcode runtime library paths], - :, enable_rpath=yes) ]) dnl AC_LIB_LINKFLAGS_BODY(name [, dependencies]) searches for libname and