summaryrefslogtreecommitdiff
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
parentd0adab5a1285dfbefe13abacea3f95a60236a922 (diff)
20070509
- (tim) [configure.ac] Bug #1287: Add missing test for ucred.h.
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac5
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 16e4877fd..18098254c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
120070509
2 - (tim) [configure.ac] Bug #1287: Add missing test for ucred.h.
3
120070429 420070429
2 - (dtucker) [openbsd-compat/bsd-misc.c] Include unistd.h and sys/types.h 5 - (dtucker) [openbsd-compat/bsd-misc.c] Include unistd.h and sys/types.h
3 for select(2) prototype. 6 for select(2) prototype.
@@ -2894,4 +2897,4 @@
2894 OpenServer 6 and add osr5bigcrypt support so when someone migrates 2897 OpenServer 6 and add osr5bigcrypt support so when someone migrates
2895 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 2898 passwords between UnixWare and OpenServer they will still work. OK dtucker@
2896 2899
2897$Id: ChangeLog,v 1.4659 2007/04/29 07:14:48 dtucker Exp $ 2900$Id: ChangeLog,v 1.4660 2007/05/09 22:57:43 tim Exp $
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 \