summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2010-08-27 10:32:05 -0600
committerEric Blake <eblake@redhat.com>2010-08-27 10:32:05 -0600
commit6530a2c175aece99e58bafaf46305673c6399ced (patch)
tree0a26ed61d546757eb8fddac2dce7103b1e509134
parent06e1426566b78fe34291a773196f6bc0f330c1a2 (diff)
downloadgnulib-6530a2c175aece99e58bafaf46305673c6399ced.tar.gz
login_tty: add missing dependeny
* modules/login_tty (Depends-on): Add pty. Signed-off-by: Eric Blake <eblake@redhat.com>
-rw-r--r--ChangeLog5
-rw-r--r--modules/login_tty1
2 files changed, 6 insertions, 0 deletions
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