summaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
authorBertrand Garrigues <bertrand.garrigues@laposte.net>2018-12-09 00:06:31 +0100
committerBertrand Garrigues <bertrand.garrigues@laposte.net>2018-12-09 00:08:24 +0100
commitdd3d602cd25447fa8f4b5471a0ade882dc89032a (patch)
tree668eb84e7e099ae6cc91f99f7d70da12dc6b6656 /bootstrap.conf
parent2dfd47edd74321fbccd74e9ae4dc70a99d1efb40 (diff)
downloadgroff-git-dd3d602cd25447fa8f4b5471a0ade882dc89032a.tar.gz
Use gnulib's 'hypot' module.
In 'configure.ac', the macro call 'GROFF_NEED_DECLARATION([hypot])' checks whether the function 'hypot' is correctly declared in 'math.h', but the test is buggy and may yields false results. * bootsrap.conf: add 'hypot' module. * configure.ac: Remove GROFF_NEED_DECLARATION([hypot]). * src/libs/libgroff/hypot.cpp: remove declaration of hypot.
Diffstat (limited to 'bootstrap.conf')
-rw-r--r--bootstrap.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index 5161d1fd1..6cf16c840 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -43,6 +43,7 @@ gnulib_modules="
fprintf-posix
snprintf
vsnprintf
+ hypot
"
# Name of the Makefile.am