aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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