X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=configure.in.pre;h=0812847a7403d01a165d3db73dddc4d5b835beea;hb=e8b3711134ef37555deb444a44664302c6aaaaed;hp=3c4be64d478bb4dcda5d7c0bb53762fdf2fe7e84;hpb=f18ba71c4020c4ac23e07700d08b13e5d40cf07d;p=silc.git diff --git a/configure.in.pre b/configure.in.pre index 3c4be64d..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 @@ -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)"