diff --git a/configure.ac b/configure.ac index 65a78d3b9..8b4900097 100644 --- a/configure.ac +++ b/configure.ac @@ -1179,10 +1179,10 @@ AC_DEFINE_UNQUOTED(FS_USERPATH, "$userpath", [Define this to the unshared game d AC_ARG_WITH(plugin-path, [ --with-plugin-path=DIR Use DIR for loading plugins, defaults to - \${sharepath}/QFplugins], + \${sharepath}/QF/plugins], plugindir=$withval, plugindir="auto") -PLUGINDIR="\${sharepath}/QFplugins" +PLUGINDIR="\${sharepath}/QF/plugins" if test "x$plugindir" = "xauto" -o "x$plugindir" = "xyes" -o "x$plugindir" = "x"; then plugindir="$PLUGINDIR" elif test "x$plugindir" = xno; then