X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fgetlogin.m4;h=f4140ac11553ce5ba618b9b1705f8348783b9faa;hb=19ad053d1964635d0247647dca318fa5a29ad89b;hp=6200181084f65b135104ba4852255df30b1f0a74;hpb=d60f3b0c6b0f93a601acd1cfd3923f94ca05abb0;p=gnulib.git diff --git a/m4/getlogin.m4 b/m4/getlogin.m4 index 620018108..f4140ac11 100644 --- a/m4/getlogin.m4 +++ b/m4/getlogin.m4 @@ -1,4 +1,4 @@ -# getlogin.m4 serial 2 +# getlogin.m4 serial 3 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, @@ -9,7 +9,6 @@ AC_DEFUN([gl_FUNC_GETLOGIN], AC_REQUIRE([gl_UNISTD_H_DEFAULTS]) AC_CHECK_FUNCS_ONCE([getlogin]) if test $ac_cv_func_getlogin = no; then - AC_LIBOBJ([getlogin]) HAVE_GETLOGIN=0 fi ])