X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=configure.in;h=9287c01afdc3b7d39167b299bf4b6d3a0b5bf5d6;hp=1e2b802c39936638015df11e8fc35806e683a2bb;hb=2ed154e73192d5e162544bc570abbb3a1df3ec83;hpb=721e4caee0f7c6e003c297c95fb6d93bd4102219 diff --git a/configure.in b/configure.in index 1e2b802c..9287c01a 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.73 2003/07/29 11:50:39 guus Exp $ +dnl $Id: configure.in,v 1.13.2.74 2003/07/29 23:21:00 guus Exp $ AC_PREREQ(2.57) AC_INIT(src/tincd.c) @@ -155,7 +155,7 @@ dnl Checks for library functions. AC_FUNC_MEMCMP AC_FUNC_ALLOCA AC_TYPE_SIGNAL -AC_CHECK_FUNCS([asprintf daemon fcloseall flock ftime fork get_current_dir_name gettimeofday mlockall putenv select strdup strerror strsignal strtol unsetenv vsyslog]) +AC_CHECK_FUNCS([asprintf daemon fcloseall flock ftime fork get_current_dir_name gettimeofday mlockall putenv random select strdup strerror strsignal strtol unsetenv vsyslog]) jm_FUNC_MALLOC jm_FUNC_REALLOC