summaryrefslogtreecommitdiffstats
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)
- (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 dbe77cbb..985ccb62 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# $Id: configure.ac,v 1.379 2007/04/29 05:06:44 dtucker Exp $
+# $Id: configure.ac,v 1.380 2007/05/09 22:57:43 tim Exp $
#
# Copyright (c) 1999-2004 Damien Miller
#
@@ -15,7 +15,7 @@
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org)
-AC_REVISION($Revision: 1.379 $)
+AC_REVISION($Revision: 1.380 $)
AC_CONFIG_SRCDIR([ssh.c])
AC_CONFIG_HEADER(config.h)
@@ -236,6 +236,7 @@ AC_CHECK_HEADERS( \
time.h \
tmpdir.h \
ttyent.h \
+ ucred.h \
unistd.h \
usersec.h \
util.h \