X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fsymlinkat.m4;h=ed8bb87cd809021b9c5391c0f052c5129e4c8e1f;hb=580effc9a799bd5c5b0d0ffb1830dffb76842c7e;hp=8466944a52c96b32713429aee511a1825a1a768a;hpb=b2e2010c7c902235b5efb5bd3c6529f61b093aa4;p=gnulib.git diff --git a/m4/symlinkat.m4 b/m4/symlinkat.m4 index 8466944a5..ed8bb87cd 100644 --- a/m4/symlinkat.m4 +++ b/m4/symlinkat.m4 @@ -1,5 +1,5 @@ -# serial 3 -# See if we need to provide symlinkat/readlinkat replacement. +# serial 4 +# See if we need to provide symlinkat replacement. dnl Copyright (C) 2009-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation @@ -13,11 +13,9 @@ AC_DEFUN([gl_FUNC_SYMLINKAT], AC_REQUIRE([gl_FUNC_OPENAT]) AC_REQUIRE([gl_UNISTD_H_DEFAULTS]) AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS]) - AC_CHECK_FUNCS_ONCE([symlinkat readlinkat]) + AC_CHECK_FUNCS_ONCE([symlinkat]) if test $ac_cv_func_symlinkat = no; then - # No known system has readlinkat but not symlinkat HAVE_SYMLINKAT=0 - HAVE_READLINKAT=0 AC_LIBOBJ([symlinkat]) fi ])