aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2002-08-15 12:10:56 +0000
committerJörg Mayer <jmayer@loplof.de>2002-08-15 12:10:56 +0000
commitc8d296e8ca45b6fd60815eff617d045ed7e54112 (patch)
treefa16891a164f52d310daf14c61e8b1dcbd221129
parentffa66bc078e67650d92ed15191a7fc98c4dc684d (diff)
downloadwireshark-c8d296e8ca45b6fd60815eff617d045ed7e54112.tar.gz
wireshark-c8d296e8ca45b6fd60815eff617d045ed7e54112.tar.bz2
wireshark-c8d296e8ca45b6fd60815eff617d045ed7e54112.zip
Add AC_LIBTOOL_DLOPEN back, because older automake/autoconf versions
don't include it automatically. This needs to go before AC_PROG_LIBTOOL to avoid warnings with newer versions. svn path=/trunk/; revision=5997
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index d31b5ae0ce..663b28470f 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.171 2002/08/14 14:42:34 jmayer Exp $
+# $Id: configure.in,v 1.172 2002/08/15 12:10:56 jmayer 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
@@ -21,6 +21,7 @@ AC_CANONICAL_HOST
dnl Checks for programs.
AC_PROG_CC
AC_PROG_CPP
+AC_LIBTOOL_DLOPEN
AC_PROG_LIBTOOL
AC_PROG_YACC
AM_PROG_LEX