From 6530a2c175aece99e58bafaf46305673c6399ced Mon Sep 17 00:00:00 2001
From: Eric Blake <eblake@redhat.com>
Date: Fri, 27 Aug 2010 10:32:05 -0600
Subject: [PATCH] login_tty: add missing dependeny

* modules/login_tty (Depends-on): Add pty.

Signed-off-by: Eric Blake <eblake@redhat.com>
---
 ChangeLog         | 5 +++++
 modules/login_tty | 1 +
 2 files changed, 6 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 8f12bcc340..41ea6d25cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-08-27  Eric Blake  <eblake@redhat.com>
+
+	login_tty: add missing dependeny
+	* modules/login_tty (Depends-on): Add pty.
+
 2010-08-26  Eric Blake  <eblake@redhat.com>
 
 	lib-symbol-versions: fix m4 quoting
diff --git a/modules/login_tty b/modules/login_tty
index 41cb837f15..032472f17f 100644
--- a/modules/login_tty
+++ b/modules/login_tty
@@ -7,6 +7,7 @@ lib/login_tty.c
 m4/pty.m4
 
 Depends-on:
+pty
 
 configure.ac:
 gl_FUNC_LOGIN_TTY
-- 
2.39.5