X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=configure.ad;h=221edd9a8455308878883966850b32f2e9da8715;hb=fc83b6ccbcbd697a3afc82cf3d9f4053f0bbadb1;hp=5f0141834d31316f5557e74661a21a7768fe0d3c;hpb=9905799a86c606304fd7df2cd401de1740a272a1;p=silc.git diff --git a/configure.ad b/configure.ad index 5f014183..221edd9a 100644 --- a/configure.ad +++ b/configure.ad @@ -135,6 +135,8 @@ AC_CHECK_SIZEOF(char, 0) AC_SUBST(SILC_SIZEOF_CHAR, $ac_cv_sizeof_char) AC_CHECK_SIZEOF(void *, 0) AC_SUBST(SILC_SIZEOF_VOID_P, $ac_cv_sizeof_void_p) +AC_CHECK_TYPES(long long) +AC_CHECK_TYPES(long double) # Function to check if compiler flag works # Usage: SILC_ADD_CFLAGS(FLAGS, [ACTION-IF-FAILED]) @@ -177,7 +179,7 @@ AC_CHECK_FUNCS(poll select listen bind shutdown close connect setsockopt) AC_CHECK_FUNCS(setrlimit time ctime utime gettimeofday getrusage) AC_CHECK_FUNCS(chmod fcntl stat fstat getenv putenv strerror) AC_CHECK_FUNCS(getpid getgid getsid getpgid getpgrp getuid) -AC_CHECK_FUNCS(setgroups initgroups nl_langinfo epoll_wait) +AC_CHECK_FUNCS(setgroups initgroups nl_langinfo epoll_wait nanosleep) AC_CHECK_FUNCS(strchr snprintf strstr strcpy strncpy memcpy memset memmove) #ifdef SILC_DIST_SIM