X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fsinl.m4;h=510c9b7e8a3e183de3756320bf2cb567697319f5;hb=0ac9362d3e63ada72bef1cb93bb20ef5b9d01e44;hp=5666cab794f7020a701fcbd0778c98d5600426d5;hpb=a35b504b1ff8bc41655b20835ae72703c15b4384;p=gnulib.git diff --git a/m4/sinl.m4 b/m4/sinl.m4 index 5666cab79..510c9b7e8 100644 --- a/m4/sinl.m4 +++ b/m4/sinl.m4 @@ -1,4 +1,4 @@ -# sinl.m4 serial 4 +# sinl.m4 serial 5 dnl Copyright (C) 2010-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, @@ -51,7 +51,7 @@ AC_DEFUN([gl_FUNC_SINL], || test $gl_cv_func_sinl_in_libm = yes; then dnl Also check whether it's declared. dnl MacOS X 10.3 has sinl() in libc but doesn't declare it in . - AC_CHECK_DECL([sinl], , [HAVE_DECL_SINL=0], [#include ]) + AC_CHECK_DECL([sinl], , [HAVE_DECL_SINL=0], [[#include ]]) else HAVE_DECL_SINL=0 HAVE_SINL=0