X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=configure.in;h=ed5f4469e939a0ebd41abb4c02120dce124e8813;hp=07a03471e86022639672295f6dee9e5754b021e0;hb=1ca04711aeab615161746c6bbb5d137388c73263;hpb=6f373e690236334d8f8333710b61f97ccad54bf1 diff --git a/configure.in b/configure.in index 07a03471..ed5f4469 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -dnl $Id: configure.in,v 1.13.2.21 2000/11/22 22:05:36 guus Exp $ +dnl $Id: configure.in,v 1.13.2.27 2000/11/29 00:33:15 zarq Exp $ AC_INIT(src/tincd.c) AM_INIT_AUTOMAKE(tinc, 1.0pre4-cvs) @@ -29,6 +29,22 @@ jm_PERL AC_ISC_POSIX +dnl Check and set OS + +AC_CANONICAL_HOST + +case $host_os in + *linux*) + AC_DEFINE(HAVE_LINUX) + ;; + *freebsd*) + AC_DEFINE(HAVE_FREEBSD) + ;; + *solaris*) + AC_DEFINE(HAVE_SOLARIS) + ;; +esac + dnl Checks for libraries. dnl Checks for header files. @@ -48,21 +64,16 @@ AC_FUNC_MEMCMP AC_FUNC_ALLOCA AC_TYPE_SIGNAL AC_CHECK_FUNCS([ftime socket select strtol strerror flock unsetenv \ -asprintf putenv strdup fcloseall daemon]) +asprintf putenv strdup fcloseall daemon strsignal get_current_dir_name]) jm_FUNC_MALLOC jm_FUNC_REALLOC AM_GNU_GETTEXT -AC_CHECK_LIB(dl, dlopen, [ - LIBS="$LIBS -ldl" -]) - dnl Crypto stuff tinc_OPENSSL - dnl Support for SunOS AC_CHECK_FUNC(socket, [], [