From 134845c8f987a4a995750c9a6e4bbba62ced90a0 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Wed, 23 Oct 2002 07:00:40 +0000 Subject: [PATCH] Fixed to IPv6 check. Don't run configure for mpi if GMP was selected. --- configure.in.pre | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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` -- 2.43.0