From: Pekka Riikonen Date: Wed, 23 Oct 2002 07:00:40 +0000 (+0000) Subject: Fixed to IPv6 check. X-Git-Tag: silc.toolkit.0.9.4~8 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=134845c8f987a4a995750c9a6e4bbba62ced90a0 Fixed to IPv6 check. Don't run configure for mpi if GMP was selected. --- diff --git a/configure.in.pre b/configure.in.pre index 3c4be64d..cafa3437 100644 --- a/configure.in.pre +++ b/configure.in.pre @@ -195,6 +195,9 @@ if test x$check_ipv6 = xtrue; then summary_ipv6="no" AC_TRY_COMPILE( [ + #ifdef HAVE_SYS_TYPES_H + #include + #endif #ifdef HAVE_NETINET_TCP_H #include #endif @@ -919,7 +922,10 @@ if test x$without_irssi = xfalse; then fi fi -AC_CONFIG_SUBDIRS(lib/silcmath/mpi) +if test x$mp_gmp = xfalse; then + AC_CONFIG_SUBDIRS(lib/silcmath/mpi) +fi + #AC_CONFIG_SUBDIRS(lib/zlib) SILC_TOP_SRCDIR=`pwd`