X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Ffreadable.m4;h=918641490decf2f769a44f9ecdbf22661a3aed61;hb=4752c7c4aaba4eca621082dc8042646f6efd71ec;hp=468dafc65812339beaf02f83f815ee1ea3a4283b;hpb=d60f3b0c6b0f93a601acd1cfd3923f94ca05abb0;p=gnulib.git diff --git a/m4/freadable.m4 b/m4/freadable.m4 index 468dafc65..918641490 100644 --- a/m4/freadable.m4 +++ b/m4/freadable.m4 @@ -1,4 +1,4 @@ -# freadable.m4 serial 1 +# freadable.m4 serial 2 dnl Copyright (C) 2007, 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, @@ -7,7 +7,4 @@ dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_FREADABLE], [ AC_CHECK_FUNCS_ONCE([__freadable]) - if test $ac_cv_func___freadable = no; then - AC_LIBOBJ([freadable]) - fi ])