Put AM_DISABLE_STATIC into the same place as in epan and wiretap

svn path=/trunk/; revision=10005
This commit is contained in:
Jörg Mayer 2004-02-07 06:32:20 +00:00
parent 16970db9af
commit 43e0297fb7
1 changed files with 3 additions and 2 deletions

View File

@ -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