aboutsummaryrefslogtreecommitdiffstats
path: root/epan/configure.in
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2004-02-07 05:44:08 +0000
committerJörg Mayer <jmayer@loplof.de>2004-02-07 05:44:08 +0000
commit16970db9afa378cfc391e76639e90a9baf7daec7 (patch)
tree3a0fa7ba18d9a30514c1e6b900b9a6293b95029f /epan/configure.in
parent2a1cb9ce0f2fe474814a9e3c20f585574cf975f9 (diff)
Don't build as shared *and* static by default
svn path=/trunk/; revision=10004
Diffstat (limited to 'epan/configure.in')
-rw-r--r--epan/configure.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/epan/configure.in b/epan/configure.in
index 4116039386..d233c84277 100644
--- a/epan/configure.in
+++ b/epan/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.56 2004/02/01 06:49:24 jmayer Exp $
+# $Id: configure.in,v 1.57 2004/02/07 05:44:07 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
@@ -20,6 +20,8 @@ AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE(libethereal.a, 0.10.0a)
AM_CONFIG_HEADER(config.h)
+AM_DISABLE_STATIC
+
dnl Checks for programs.
AC_PROG_CC
AC_PROG_CPP