Module Name:    othersrc
Committed By:   lukem
Date:           Sun May  5 11:44:06 UTC 2013

Modified Files:
        othersrc/usr.bin/tnftp: configure.ac

Log Message:
look for locale.h


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 othersrc/usr.bin/tnftp/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/usr.bin/tnftp/configure.ac
diff -u othersrc/usr.bin/tnftp/configure.ac:1.22 othersrc/usr.bin/tnftp/configure.ac:1.23
--- othersrc/usr.bin/tnftp/configure.ac:1.22	Tue Jan 12 06:57:31 2010
+++ othersrc/usr.bin/tnftp/configure.ac	Sun May  5 11:44:06 2013
@@ -1,4 +1,4 @@
-#       $NetBSD: configure.ac,v 1.22 2010/01/12 06:57:31 lukem Exp $
+#       $NetBSD: configure.ac,v 1.23 2013/05/05 11:44:06 lukem Exp $
 #
 # Process this file with autoconf to produce a configure script.
 
@@ -9,7 +9,7 @@ AC_COPYRIGHT([
 Copyright (c) 1999-2010 The NetBSD Foundation, Inc.
 All rights reserved.
 ])
-AC_REVISION([$Revision: 1.22 $])
+AC_REVISION([$Revision: 1.23 $])
 
 AS_SHELL_SANITIZE
 
@@ -204,7 +204,7 @@ AC_HEADER_STDC
 AC_HEADER_TIME
 AC_HEADER_TIOCGWINSZ
 AC_CHECK_HEADERS([arpa/ftp.h arpa/inet.h arpa/nameser.h err.h \
-                  fcntl.h libgen.h limits.h malloc.h \
+                  fcntl.h libgen.h limits.h locale.h malloc.h \
                   netinet/in.h netinet/in_systm.h netinet/ip.h \
                   paths.h poll.h pwd.h sys/poll.h regex.h \
                   setjmp.h signal.h stddef.h termcap.h termios.h \

Reply via email to