diff configure.ac @ 94:230d8b49db8b trunk

[svn] - do not use a different DATA_DIR for audacious-plugins
author giacomo
date Mon, 16 Oct 2006 11:40:44 -0700
parents 72ad216a01ac
children 03aaf25229d6
line wrap: on
line diff
--- a/configure.ac	Sun Oct 15 09:41:42 2006 -0700
+++ b/configure.ac	Mon Oct 16 11:40:44 2006 -0700
@@ -1018,7 +1018,7 @@
 localedir="$datadir/locale"
 AC_SUBST(localedir)
 
-BEEP_DEFINES="$CFLAGS -DDATA_DIR=\\\"$datadir/audacious-plugins\\\" -DPLUGIN_DIR=\\\"$plugindir\\\" -DPLUGINSUBS=$pluginsubs -DLOCALEDIR=\\\"$localedir\\\""
+BEEP_DEFINES="$CFLAGS -DDATA_DIR=\\\"$datadir/audacious\\\" -DPLUGIN_DIR=\\\"$plugindir\\\" -DPLUGINSUBS=$pluginsubs -DLOCALEDIR=\\\"$localedir\\\""
 CFLAGS="$CFLAGS $EXTRA_CFLAGS"
 
 if test "$enable_user_plugin_dir" = "no"; then