From: Guus Sliepen Date: Thu, 7 Jun 2001 07:48:11 +0000 (+0000) Subject: Save configure cache more often. X-Git-Tag: release-1.0pre5~125 X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=053e78654097cf353aa59b4d34e608726edd5dad Save configure cache more often. --- diff --git a/configure.in b/configure.in index 00f17082..c69392bf 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.32 2001/06/05 16:13:41 guus Exp $ +dnl $Id: configure.in,v 1.13.2.33 2001/06/07 07:48:11 guus Exp $ AC_INIT(src/tincd.c) AM_INIT_AUTOMAKE(tinc, 1.0-cvs) @@ -45,6 +45,8 @@ case $host_os in ;; esac +AC_CACHE_SAVE + dnl Checks for libraries. dnl Checks for header files. @@ -80,6 +82,7 @@ AC_CHECK_FUNC(gethostbyname, [], [ AC_CHECK_LIB(nsl, gethostbyname) ]) +AC_CACHE_SAVE dnl These are defined in files in m4/ tinc_TUNTAP