diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 2000-01-15 13:25:22 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 2000-01-15 13:25:22 +0000 |
commit | 34a287ee0120ed699c286ad2824731b578a8068d (patch) | |
tree | 70fae0e9ba063ac4c5173d69107bcde5edf4e620 /configure.in | |
parent | acc4ff58848d15784a79f942fafb9870ba1404cc (diff) | |
download | wireshark-34a287ee0120ed699c286ad2824731b578a8068d.tar.gz wireshark-34a287ee0120ed699c286ad2824731b578a8068d.tar.bz2 wireshark-34a287ee0120ed699c286ad2824731b578a8068d.zip |
Remove libltdl from the build. The directory is still in CVS, but it is
not used in the build. I'll wait a few days to remove the libltdl
directory, just in case.
svn path=/trunk/; revision=1490
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/configure.in b/configure.in index 27fd59c55d..3bacd693d6 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -# $Id: configure.in,v 1.76 2000/01/15 09:46:28 guy Exp $ +# $Id: configure.in,v 1.77 2000/01/15 13:25:13 gram 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 @@ -341,14 +341,12 @@ AC_DEFINE_UNQUOTED(PLUGIN_DIR,"$PLUGIN_DIR", [Plugin installation directory]) AC_SUBST(PLUGIN_DIR) dnl libtool defs -AC_LIBLTDL_CONVENIENCE(libltdl) AC_LIBTOOL_DLOPEN AM_PROG_LIBTOOL -AC_SUBST(LIBLTDL) AC_SUBST(LIBTOOL_DEPS) AM_CONFIG_HEADER(config.h) -AC_CONFIG_SUBDIRS(wiretap libltdl) +AC_CONFIG_SUBDIRS(wiretap) AC_OUTPUT( Makefile ethereal.spec |