aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-12-28 09:04:26 +0000
committerGuy Harris <guy@alum.mit.edu>1999-12-28 09:04:26 +0000
commit36fc41ee61fbb5fb2fb8d595969a3af7fcd1ab15 (patch)
treec6fbce4e78ef734b26d7f0cfb7ee760e7275488a /configure.in
parent335f0b464774517798cbc55af674700708f958bd (diff)
Make the default plugin directory "$(libdir)/ethereal/plugins/0.8",
as was intended, rather than "$(libdir)/ethereal/0.8". svn path=/trunk/; revision=1383
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index f2a55dbf5b..14e365f7d2 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.68 1999/12/28 04:40:06 gerald Exp $
+# $Id: configure.in,v 1.69 1999/12/28 09:04:26 guy Exp $
dnl
dnl Process this file with autoconf 2.13 or later to produce a
dnl configure script; 2.12 doesn't generate a "configure" script that
@@ -284,7 +284,7 @@ AC_ARG_WITH(plugindir,
*) PLUGIN_DIR="$withval"
esac
],
- : ${PLUGIN_DIR=$libdir/ethereal/0.8}
+ : ${PLUGIN_DIR=$libdir/ethereal/plugins/0.8}
)
PLUGIN_DIR=`(