X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fpipe2.m4;h=00ad82b31fe94baeb0740c75ed1a1cb8eaec90dc;hb=eb213779301aa663ab84ac947e8e181e9ad554d0;hp=d0aae439e05d21d0dce686612cd6da5032c8b82c;hpb=7988d7308a32406577a1aa05d1a3070b4c3630d4;p=gnulib.git diff --git a/m4/pipe2.m4 b/m4/pipe2.m4 index d0aae439e..00ad82b31 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-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,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 ])