# HG changeset patch # User Matti Hamalainen # Date 1208749800 -10800 # Node ID 28863634a2da850c4de068a090545580549e503f # Parent bb5d11a735a039324a40ae6faf460f486c48af5f Properly define DISABLE_USER_PLUGIN_DIR if needed. diff -r bb5d11a735a0 -r 28863634a2da configure.ac --- a/configure.ac Mon Apr 21 06:47:36 2008 +0300 +++ b/configure.ac Mon Apr 21 06:50:00 2008 +0300 @@ -112,6 +112,10 @@ AUD_ARG_ENABLE([user-plugin-dir], [yes], [ --disable-user-plugin-dir Disable per-user plugin dir]) +if test "x$enable_user_plugin_dir" = "xno"; then + AC_DEFINE([DISABLE_USER_PLUGIN_DIR], 1, [Define to disable per user plugin directory]) +fi + ### --------------------------------------------------------------------------- dnl Check for Gtk+/GLib and pals