X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=configure.in.pre;h=0812847a7403d01a165d3db73dddc4d5b835beea;hb=e8b3711134ef37555deb444a44664302c6aaaaed;hp=ac6548de6f3b3b53822ac7425015c636c497cc5e;hpb=b8f745f19aadf0766cd3e504c3d80fbc4cf8dd97;p=silc.git diff --git a/configure.in.pre b/configure.in.pre index ac6548de..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 ], @@ -213,7 +216,7 @@ if test x$check_ipv6 = xtrue; then [ AC_DEFINE(HAVE_IPV6) AC_MSG_RESULT(yes) - summary_ipv6="ues" + summary_ipv6="yes" ], AC_MSG_RESULT(no) ) @@ -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)"