summaryrefslogtreecommitdiff
path: root/configure.ac
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 /configure.ac
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 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index cb2bd10aa..e0a049f65 100644
--- a/configure.ac
+++ b/configure.ac
@@ -95,7 +95,6 @@ GROFF_POSIX
# checks for header stuff
GROFF_SRAND
GROFF_NEED_DECLARATION([gettimeofday])
-GROFF_NEED_DECLARATION([hypot])
GROFF_NEED_DECLARATION([popen])
GROFF_NEED_DECLARATION([pclose])
GROFF_NEED_DECLARATION([putenv])