From b141f2b38ead5d9158cc0d315bee6f89a104e668 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Fri, 7 Feb 2003 22:52:17 +0000 Subject: [PATCH] move $fs_sharepath/QFplugins to $fs_sharepath/QF/plugins --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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