* modules/login_tty (Depends-on): Add pty. Signed-off-by: Eric Blake <[email protected]> ---
megatest caught this, then died. It's a shame that I have to restart megatest from scratch every time, as it's taking longer to get to the next bug. configure.ac:37: error: possibly undefined macro: gl_PTY_MODULE_INDICATOR ChangeLog | 5 +++++ modules/login_tty | 1 + 2 files changed, 6 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8f12bcc..41ea6d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-08-27 Eric Blake <[email protected]> + + login_tty: add missing dependeny + * modules/login_tty (Depends-on): Add pty. + 2010-08-26 Eric Blake <[email protected]> lib-symbol-versions: fix m4 quoting diff --git a/modules/login_tty b/modules/login_tty index 41cb837..032472f 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 -- 1.7.2.2
