summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2007-05-09 15:57:43 -0700
committerTim Rice <tim@multitalents.net>2007-05-09 15:57:43 -0700
commitaa8954f1d968e648858921200fc7b1367368358d (patch)
treedfaf762858b3ebcb611ec42c9059fb74d7555dd1 /configure.ac
parentd0adab5a1285dfbefe13abacea3f95a60236a922 (diff)
20070509
- (tim) [configure.ac] Bug #1287: Add missing test for ucred.h.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index dbe77cbba..985ccb62d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.379 2007/04/29 05:06:44 dtucker Exp $ 1# $Id: configure.ac,v 1.380 2007/05/09 22:57:43 tim Exp $
2# 2#
3# Copyright (c) 1999-2004 Damien Miller 3# Copyright (c) 1999-2004 Damien Miller
4# 4#
@@ -15,7 +15,7 @@
15# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16 16
17AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org) 17AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org)
18AC_REVISION($Revision: 1.379 $) 18AC_REVISION($Revision: 1.380 $)
19AC_CONFIG_SRCDIR([ssh.c]) 19AC_CONFIG_SRCDIR([ssh.c])
20 20
21AC_CONFIG_HEADER(config.h) 21AC_CONFIG_HEADER(config.h)
@@ -236,6 +236,7 @@ AC_CHECK_HEADERS( \
236 time.h \ 236 time.h \
237 tmpdir.h \ 237 tmpdir.h \
238 ttyent.h \ 238 ttyent.h \
239 ucred.h \
239 unistd.h \ 240 unistd.h \
240 usersec.h \ 241 usersec.h \
241 util.h \ 242 util.h \