Module Name:    othersrc
Committed By:   lukem
Date:           Wed Mar 20 09:14:54 UTC 2013

Modified Files:
        othersrc/libexec/tnftpd: configure.ac

Log Message:
No need to look for <tzfile.h>; we don't include it in "tnftpd.h"


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 othersrc/libexec/tnftpd/configure.ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: othersrc/libexec/tnftpd/configure.ac
diff -u othersrc/libexec/tnftpd/configure.ac:1.31 othersrc/libexec/tnftpd/configure.ac:1.32
--- othersrc/libexec/tnftpd/configure.ac:1.31	Wed Mar 20 08:50:22 2013
+++ othersrc/libexec/tnftpd/configure.ac	Wed Mar 20 09:14:54 2013
@@ -1,4 +1,4 @@
-# $NetBSD: configure.ac,v 1.31 2013/03/20 08:50:22 lukem Exp $
+# $NetBSD: configure.ac,v 1.32 2013/03/20 09:14:54 lukem Exp $
 #
 # Process this file with autoconf to produce a configure script.
 
@@ -9,7 +9,7 @@ AC_COPYRIGHT([
 Copyright (c) 2001-2009 The NetBSD Foundation, Inc.
 All rights reserved.
 ])
-AC_REVISION([$Revision: 1.31 $])
+AC_REVISION([$Revision: 1.32 $])
 
 AS_SHELL_SANITIZE
 
@@ -205,7 +205,7 @@ AC_CHECK_HEADERS([sys/resource.h \
                   fcntl.h fnmatch.h grp.h libutil.h limits.h locale.h \
                   netinet/in.h netinet/in_systm.h netinet/ip.h \
                   paths.h poll.h pwd.h sys/poll.h \
-                  setjmp.h signal.h stddef.h syslog.h termios.h tzfile.h \
+                  setjmp.h signal.h stddef.h syslog.h termios.h \
                   unistd.h util.h utime.h utmp.h],
                   [], [], [$accheck_includes])
 

Reply via email to