crypto/gc-sha1: Fix recent regression.
[pspp] / m4 / pty.m4
index fc99e73b6461ca4f2901cb9ec8c0c297a451bea5..cc31d8b7b7c8050645b921af9b657f414fa9b9de 100644 (file)
--- a/m4/pty.m4
+++ b/m4/pty.m4
@@ -1,4 +1,4 @@
-# pty.m4 serial 11
+# pty.m4 serial 12
 dnl Copyright (C) 2010-2011 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -143,7 +143,4 @@ AC_DEFUN([gl_FUNC_LOGIN_TTY],
   LIBS="$LIBS $PTY_LIB"
   AC_CHECK_FUNCS([login_tty])
   LIBS="$gl_saved_LIBS"
-  if test $ac_cv_func_login_tty = no; then
-    AC_LIBOBJ([login_tty])
-  fi
 ])