strtoumax: Avoid link error on OSF/1 with DTK cc.
authorBruno Haible <bruno@clisp.org>
Thu, 1 Sep 2011 23:36:31 +0000 (01:36 +0200)
committerIan Beckwith <ianb@erislabs.net>
Thu, 8 Sep 2011 01:57:44 +0000 (02:57 +0100)
commit1d71dc7c690b5fe61e3e0c06303ffb59434bba4b
tree3e443698d9d6c23cbe5291d565ab54cb6d19212b
parent260e67ceada4f5a198c34a018e8eff4bf15b8a4a
strtoumax: Avoid link error on OSF/1 with DTK cc.

* m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Always test whether strtoumax is
defined as a function.
* modules/strtoumax (Depends-on, configure.ac): Test only whether
strtoumax is defined, not whether it is declared.
(cherry picked from commit 24bfc89ccc3fd4ce86652dbbb95afd844db59a07)
ChangeLog
m4/strtoumax.m4
modules/strtoumax