comparison configure.ac @ 4618:76573253fa55

Configure option '--enable-one-plugin-dir' is unused in core, so we'll remove it.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 05 Jun 2008 09:20:37 +0300
parents 714bc6fa7c40
children 330738d3180e
comparison
equal deleted inserted replaced
4617:de510eb8165a 4618:76573253fa55
70 70
71 ### --------------------------------------------------------------------------- 71 ### ---------------------------------------------------------------------------
72 dnl Path settings 72 dnl Path settings
73 dnl ============= 73 dnl =============
74 AC_PATH_PROG([AUDACIOUS_PATH], [audacious], [no]) 74 AC_PATH_PROG([AUDACIOUS_PATH], [audacious], [no])
75
76 AUD_ARG_ENABLE([one-plugin-dir], [no],
77 [ --enable-one-plugin-dir Use a single plugin dir (def: no)])
78
79 75
80 AUD_ARG_ENABLE([user-plugin-dir], [yes], 76 AUD_ARG_ENABLE([user-plugin-dir], [yes],
81 [ --disable-user-plugin-dir Disable per-user plugin dir (def: enabled)]) 77 [ --disable-user-plugin-dir Disable per-user plugin dir (def: enabled)])
82 78
83 if test "x$enable_user_plugin_dir" = "xno"; then 79 if test "x$enable_user_plugin_dir" = "xno"; then