From: Eric Blake Date: Fri, 27 Aug 2010 16:32:05 +0000 (-0600) Subject: login_tty: add missing dependeny X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6530a2c175aece99e58bafaf46305673c6399ced;p=pspp login_tty: add missing dependeny * modules/login_tty (Depends-on): Add pty. Signed-off-by: Eric Blake --- diff --git a/ChangeLog b/ChangeLog index 8f12bcc340..41ea6d25cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-08-27 Eric Blake + + login_tty: add missing dependeny + * modules/login_tty (Depends-on): Add pty. + 2010-08-26 Eric Blake 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