aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2003-03-02 22:11:26 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2003-03-02 22:11:26 +0000
commit0240ac1a1b2e8f4a660e31b8f9049a728a2752df (patch)
treefeb8fad5388667b07b309b26760c1914c1d89233 /configure.in
parent7c318d1e56c4e6ba2c5698861b427e4dafb6fc89 (diff)
Disable simultaneous building of static and shared binaries
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7255 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 1358d39670..b80465d66e 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.198 2003/03/01 04:56:48 guy Exp $
+# $Id: configure.in,v 1.199 2003/03/02 22:11:26 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
@@ -22,6 +22,7 @@ AM_INIT_AUTOMAKE(ethereal, 0.9.9)
dnl Checks for programs.
AC_PROG_CC
AC_PROG_CPP
+AM_DISABLE_STATIC
AC_LIBTOOL_DLOPEN
AC_PROG_LIBTOOL
AC_PROG_YACC
@@ -757,6 +758,7 @@ dnl libtool defs
AM_PROG_LIBTOOL
AC_SUBST(LIBTOOL_DEPS)
+AM_CONDITIONAL(ENABLE_STATIC, test x$enable_shared = xno)
AM_CONFIG_HEADER(config.h)
AC_CONFIG_SUBDIRS(epan wiretap)
AC_OUTPUT(