diff options
author | Guy Harris <guy@alum.mit.edu> | 1999-12-28 09:04:26 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 1999-12-28 09:04:26 +0000 |
commit | 36fc41ee61fbb5fb2fb8d595969a3af7fcd1ab15 (patch) | |
tree | c6fbce4e78ef734b26d7f0cfb7ee760e7275488a /configure.in | |
parent | 335f0b464774517798cbc55af674700708f958bd (diff) | |
download | wireshark-36fc41ee61fbb5fb2fb8d595969a3af7fcd1ab15.tar.gz wireshark-36fc41ee61fbb5fb2fb8d595969a3af7fcd1ab15.tar.bz2 wireshark-36fc41ee61fbb5fb2fb8d595969a3af7fcd1ab15.zip |
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.in | 4 |
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=`( |