Mercurial > audlegacy
changeset 1632:978ada910173 trunk
[svn] - module fixes
author | nenolod |
---|---|
date | Wed, 06 Sep 2006 15:24:15 -0700 |
parents | 20ff61083530 |
children | 936135be464f |
files | ChangeLog configure.ac |
diffstat | 2 files changed, 13 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Wed Sep 06 14:46:09 2006 -0700 +++ b/ChangeLog Wed Sep 06 15:24:15 2006 -0700 @@ -1,3 +1,15 @@ +2006-09-06 21:46:09 +0000 William Pitcock <nenolod@nenolod.net> + revision [2193] + - make audtool build + - make plugins work + + + Changes: Modified: + +5 -1 trunk/audacious/pluginenum.c + +2 -3 trunk/audtool/Makefile + +2 -0 trunk/configure.ac + + 2006-09-06 21:21:40 +0000 William Pitcock <nenolod@nenolod.net> revision [2191] - audacious now builds on OS X
--- a/configure.ac Wed Sep 06 14:46:09 2006 -0700 +++ b/configure.ac Wed Sep 06 15:24:15 2006 -0700 @@ -215,7 +215,7 @@ AC_SUBST(LIBLDFLAGS) AC_SUBST(AUDLDFLAGS) AC_SUBST(SHARED_SUFFIX) -AC_DEFINE(SHARED_SUFFIX, "\"$SHARED_SUFFIX\"", +AC_DEFINE_UNQUOTED(SHARED_SUFFIX, "${SHARED_SUFFIX}", [Define the shared module suffix extension on your platform.]) AC_MSG_CHECKING([if you are running Apple-GCC])