Save configure cache more often.
authorGuus Sliepen <guus@tinc-vpn.org>
Thu, 7 Jun 2001 07:48:11 +0000 (07:48 +0000)
committerGuus Sliepen <guus@tinc-vpn.org>
Thu, 7 Jun 2001 07:48:11 +0000 (07:48 +0000)
configure.in

index 00f1708..c69392b 100644 (file)
@@ -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