X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=m4%2Fpipe.m4;h=901317470f0dbb70af9d911ec6139c8c3dcdcc97;hb=21d1619b3010053ebe4d4eae33440f7141ae2413;hp=ae00049977cea4e5ecdd3f4c27b8523daa898f1e;hpb=d60f3b0c6b0f93a601acd1cfd3923f94ca05abb0;p=gnulib.git diff --git a/m4/pipe.m4 b/m4/pipe.m4 index ae0004997..901317470 100644 --- a/m4/pipe.m4 +++ b/m4/pipe.m4 @@ -1,4 +1,4 @@ -# pipe.m4 serial 1 +# pipe.m4 serial 2 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, @@ -11,6 +11,5 @@ AC_DEFUN([gl_FUNC_PIPE], AC_CHECK_FUNCS_ONCE([pipe]) if test $ac_cv_func_pipe != yes; then HAVE_PIPE=0 - AC_LIBOBJ([pipe]) fi ])