summaryrefslogtreecommitdiff
path: root/modules/log
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2012-07-02 01:12:21 +0200
committerBruno Haible <bruno@clisp.org>2012-07-02 01:12:21 +0200
commitd7b60c353dab31895536f3afa74f5ce1ba9793cf (patch)
tree496a018bf059d01dba93f35b75c388033ac5d021 /modules/log
parent2fc09cc631a26404d9332dbd0489a1994be43d13 (diff)
downloadgnulib-d7b60c353dab31895536f3afa74f5ce1ba9793cf.tar.gz
log: Fix an autoconf >= 2.64 warning.
* modules/log (configure.ac): Require, not invoke, gl_FUNC_LOG. Reported by Carlos O'Donell <carlos_odonell@mentor.com>.
Diffstat (limited to 'modules/log')
-rw-r--r--modules/log2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/log b/modules/log
index 824f8c9d7c..13e7c2731d 100644
--- a/modules/log
+++ b/modules/log
@@ -10,7 +10,7 @@ Depends-on:
math
configure.ac:
-gl_FUNC_LOG
+AC_REQUIRE([gl_FUNC_LOG])
if test $REPLACE_LOG = 1; then
AC_LIBOBJ([log])
fi