20070509
 - (tim) [configure.ac] Bug #1287: Add missing test for ucred.h.
diff --git a/configure.ac b/configure.ac
index dbe77cb..985ccb6 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 @@
 	time.h \
 	tmpdir.h \
 	ttyent.h \
+	ucred.h \
 	unistd.h \
 	usersec.h \
 	util.h \