Tests: Remove unnecessary dependency.
[pspp] / m4 / getlogin_r.m4
index 9cda9a493e16b56c8ad358823cf5f0c2c843af04..ad15c9879aabbafe1e090b6d6af5ba14082ff2d1 100644 (file)
@@ -1,6 +1,6 @@
-#serial 9
+#serial 10
 
-# Copyright (C) 2005-2007, 2009-2010 Free Software Foundation, Inc.
+# Copyright (C) 2005-2007, 2009-2011 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -76,10 +76,6 @@ main (void)
       *) REPLACE_GETLOGIN_R=1 ;;
     esac
   fi
-  if test $HAVE_GETLOGIN_R = 0 || test $REPLACE_GETLOGIN_R = 1; then
-    AC_LIBOBJ([getlogin_r])
-    gl_PREREQ_GETLOGIN_R
-  fi
 ])
 
 AC_DEFUN([gl_PREREQ_GETLOGIN_R],