X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fpipe2.m4;h=10f1e1489e6045e1600d52321f415f9e3bad4e74;hb=23db13ed046cc279d59d4d78fb254c160846a09f;hp=d0aae439e05d21d0dce686612cd6da5032c8b82c;hpb=7988d7308a32406577a1aa05d1a3070b4c3630d4;p=gnulib.git diff --git a/m4/pipe2.m4 b/m4/pipe2.m4 index d0aae439e..10f1e1489 100644 --- a/m4/pipe2.m4 +++ b/m4/pipe2.m4 @@ -1,5 +1,5 @@ -# pipe2.m4 serial 1 -dnl Copyright (C) 2009 Free Software Foundation, Inc. +# pipe2.m4 serial 2 +dnl Copyright (C) 2009-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, dnl with or without modifications, as long as this notice is preserved. @@ -14,6 +14,5 @@ AC_DEFUN([gl_FUNC_PIPE2], AC_CHECK_FUNCS_ONCE([pipe2]) if test $ac_cv_func_pipe2 != yes; then HAVE_PIPE2=0 - AC_LIBOBJ([pipe2]) fi ])