X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=configure.in.pre;h=0812847a7403d01a165d3db73dddc4d5b835beea;hb=e8b3711134ef37555deb444a44664302c6aaaaed;hp=56828029f65a163a0a86bc7bf3183382c6ea1b1c;hpb=a3ad506c936828346cf20360a70c73e38626281b;p=silc.git diff --git a/configure.in.pre b/configure.in.pre index 56828029..0812847a 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 @@ -202,7 +205,7 @@ if test x$check_ipv6 = xtrue; then #include #endif #include - #ifdef HAVE_NETDB_IN_H + #ifdef HAVE_NETINET_IN_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` @@ -1063,4 +1069,4 @@ echo " Multi-threads support .........: $threads" echo " Debugging enabled .............: $summary_debug" echo " Stack-trace enabled ...........: $summary_stacktrace" echo "" -echo "Compile the sources with 'make' or 'gmake' command." +echo "Compile the sources with 'make' or 'gmake' command. (GNU make is required)"