aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2004-02-07 06:32:20 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2004-02-07 06:32:20 +0000
commitd69b61d506a419f29cac16901ec077fa9b68fab8 (patch)
tree0c0959b5f2adbf05708a8a10e7dcd78545e4513f /configure.in
parent39883cc7b233dcb869b91898dd92d9b8d42f2d63 (diff)
Put AM_DISABLE_STATIC into the same place as in epan and wiretap
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10005 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index bee07de392..f390d1e587 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.245 2004/01/18 16:24:58 jmayer Exp $
+# $Id: configure.in,v 1.246 2004/02/07 06:32:20 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
@@ -19,10 +19,11 @@ AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE(ethereal, 0.10.0a)
+AM_DISABLE_STATIC
+
dnl Checks for programs.
AC_PROG_CC
AC_PROG_CPP
-AM_DISABLE_STATIC
dnl Work around libtool bug (fixed in the version 1.5a?)
AC_DEFUN([AC_PROVIDE_AC_LIBTOOL_DLOPEN], )
AC_LIBTOOL_DLOPEN