From: Sergey Poznyakoff Date: Sat, 12 May 2007 08:54:34 +0000 (+0000) Subject: (gl_FUNC_OPENAT): Do not require openat-die X-Git-Tag: cvs-readonly~411 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=54e0653130ba791e382c3c49ee5845718b726a74;p=gnulib.git (gl_FUNC_OPENAT): Do not require openat-die --- diff --git a/m4/openat.m4 b/m4/openat.m4 index 313dc6f7f..30750579e 100644 --- a/m4/openat.m4 +++ b/m4/openat.m4 @@ -10,7 +10,6 @@ dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_OPENAT], [ - AC_LIBOBJ([openat-die]) AC_LIBOBJ([openat-proc]) AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS]) AC_CHECK_FUNCS_ONCE([lchmod])