# HG changeset patch # User nenolod # Date 1158837412 25200 # Node ID 653288afa6e72fd2c3587981614890d3cb77444f # Parent c8d93594e5f1b76cd8b1e459137b76163b11c72c [svn] - fix a $(BEEP_DEFINES) issue where -DDATA_DIR is wrong diff -r c8d93594e5f1 -r 653288afa6e7 ChangeLog --- a/ChangeLog Thu Sep 21 04:03:13 2006 -0700 +++ b/ChangeLog Thu Sep 21 04:16:52 2006 -0700 @@ -1,3 +1,12 @@ +2006-09-21 11:03:13 +0000 William Pitcock + revision [90] + - drop libmusicbrainz requirement + + + Changes: Modified: + +0 -4 trunk/configure.ac + + 2006-09-21 05:20:52 +0000 Yoshiki Yazawa revision [88] - configure option for chardet was missing. diff -r c8d93594e5f1 -r 653288afa6e7 configure.ac --- a/configure.ac Thu Sep 21 04:03:13 2006 -0700 +++ b/configure.ac Thu Sep 21 04:16:52 2006 -0700 @@ -1018,7 +1018,7 @@ localedir="$datadir/locale" AC_SUBST(localedir) -BEEP_DEFINES="$CFLAGS -DDATA_DIR=\\\"$datadir/audacious\\\" -DPLUGIN_DIR=\\\"$plugindir\\\" -DPLUGINSUBS=$pluginsubs -DLOCALEDIR=\\\"$localedir\\\"" +BEEP_DEFINES="$CFLAGS -DDATA_DIR=\\\"$datadir/audacious-plugins\\\" -DPLUGIN_DIR=\\\"$plugindir\\\" -DPLUGINSUBS=$pluginsubs -DLOCALEDIR=\\\"$localedir\\\"" CFLAGS="$CFLAGS $EXTRA_CFLAGS" if test "$enable_user_plugin_dir" = "no"; then