X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=m4%2Finline.m4;h=cee51099f1c2e79261dfb835f3144ac3050800ae;hb=cff51866dd4b4de7b2f70676fa26b31c31e216d7;hp=a07076cd6b3beda72050f99ba50138c0fea2c324;hpb=992e3169e28a23b6899433768dcd4302553b31c3;p=wget diff --git a/m4/inline.m4 b/m4/inline.m4 index a07076cd..cee51099 100644 --- a/m4/inline.m4 +++ b/m4/inline.m4 @@ -1,5 +1,5 @@ -# inline.m4 serial 3 -dnl Copyright (C) 2006 Free Software Foundation, Inc. +# inline.m4 serial 4 +dnl Copyright (C) 2006, 2009 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. @@ -32,7 +32,7 @@ AC_DEFUN([gl_INLINE], fi ]) if test $gl_cv_c_inline_effective = yes; then - AC_DEFINE([HAVE_INLINE], 1, + AC_DEFINE([HAVE_INLINE], [1], [Define to 1 if the compiler supports one of the keywords 'inline', '__inline__', '__inline' and effectively inlines functions marked as such.])