OSDN Git Service

Remove extra slash from plugin path
authorChris Larson <clarson@kergoth.com>
Sat, 1 Nov 2008 20:45:48 +0000 (20:45 +0000)
committerChris Larson <clarson@kergoth.com>
Sat, 1 Nov 2008 20:45:48 +0000 (20:45 +0000)
Cosmetic change. Remove an extra slash character from the plugin path.

Signed-off-by: Ville Syrjala <syrjala@sci.fi>
Signed-off-by: Chris Larson <clarson@kergoth.com>
configure.ac

index f71eaf0..78bf81c 100644 (file)
@@ -177,7 +177,7 @@ AC_ARG_WITH(plugindir,
         AS_HELP_STRING([--with-plugindir=ARG],
                 [Where to look for plugins (default=${libdir}/ts)]),
         [PLUGIN_DIR=$withval],
-        [PLUGIN_DIR='${libdir}/ts/'])
+        [PLUGIN_DIR='${libdir}/ts'])
 AC_MSG_RESULT($PLUGIN_DIR)
 AC_SUBST(PLUGIN_DIR)