X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=inline;f=m4%2Fcond.m4;h=5091177f83735bc5149445698274cefddf5f05f0;hb=454a448e215fff9420769034b21090fd7033975c;hp=f20157e172c26da35d379a040fe46ffb2e90a04b;hpb=f507f9b0607c290db1efc87893943161e48bd01c;p=gnulib.git diff --git a/m4/cond.m4 b/m4/cond.m4 index f20157e17..5091177f8 100644 --- a/m4/cond.m4 +++ b/m4/cond.m4 @@ -1,5 +1,5 @@ # cond.m4 serial 1 -dnl Copyright (C) 2008 Free Software Foundation, Inc. +dnl Copyright (C) 2008-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, dnl with or without modifications, as long as this notice is preserved. @@ -7,5 +7,5 @@ dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_COND], [ AC_REQUIRE([gl_THREADLIB]) - AC_C_INLINE + AC_REQUIRE([AC_C_INLINE]) ])