diff options
author | Bruno Haible <bruno@clisp.org> | 2010-01-25 01:57:08 +0100 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2010-01-25 01:57:08 +0100 |
commit | 71c045ff3f67af2324da06ac4b676805590ed316 (patch) | |
tree | 313348a6d86addb5a5f9cb22c8d2eea79a9e0d89 /modules/lgamma | |
parent | 494a4d32e2e9ed6201c38ff3fa28ed38c5396644 (diff) | |
download | gnulib-71c045ff3f67af2324da06ac4b676805590ed316.tar.gz |
Fix tests for common <math.h> functions.
Diffstat (limited to 'modules/lgamma')
-rw-r--r-- | modules/lgamma | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/lgamma b/modules/lgamma index 5a2d537500..40cc49c323 100644 --- a/modules/lgamma +++ b/modules/lgamma @@ -7,7 +7,7 @@ m4/mathfunc.m4 Depends-on: configure.ac: -gl_MATHFUNC([lgamma]) +gl_MATHFUNC([lgamma], [double], [(double)]) Makefile.am: |