X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Funlockpt.m4;h=667ec7ec898e2cb4f74c72db901d092c5e926d79;hb=c3c2a1f5229d1f9d534a15be700fab29a2d356fe;hp=717c6228d3fc2f920bdc771ee33364387531fccc;hpb=e6c527d59af1fd07e33830f72c8c93e31cfd3738;p=gnulib.git diff --git a/m4/unlockpt.m4 b/m4/unlockpt.m4 index 717c6228d..667ec7ec8 100644 --- a/m4/unlockpt.m4 +++ b/m4/unlockpt.m4 @@ -1,5 +1,5 @@ -# unlockpt.m4 serial 1 -dnl Copyright (C) 2010 Free Software Foundation, Inc. +# unlockpt.m4 serial 2 +dnl Copyright (C) 2010-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -14,8 +14,6 @@ AC_DEFUN([gl_FUNC_UNLOCKPT], AC_CHECK_FUNCS([unlockpt]) if test $ac_cv_func_unlockpt = no; then HAVE_UNLOCKPT=0 - AC_LIBOBJ([unlockpt]) - gl_PREREQ_UNLOCKPT fi ])