summaryrefslogtreecommitdiff
path: root/modules/expl
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-21 11:36:27 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:06:20 +0200
commit22abbd284a52864610fca7e42d17f08845a8e26e (patch)
treed24f50cab9bafa958e97c5b284bef055e5810a14 /modules/expl
parentd40924760c0af7c2b69e315154ff54a95a6338bf (diff)
downloadgnulib-22abbd284a52864610fca7e42d17f08845a8e26e.tar.gz
expl: Move AC_LIBOBJ invocations to module description.
* m4/expl.m4 (gl_FUNC_EXPL): Move AC_LIBOBJ invocation from here... * modules/expl (configure.ac): ... to here.
Diffstat (limited to 'modules/expl')
-rw-r--r--modules/expl3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/expl b/modules/expl
index a0ccf88448..ed377c305e 100644
--- a/modules/expl
+++ b/modules/expl
@@ -13,6 +13,9 @@ floorl [test $HAVE_EXPL = 0]
configure.ac:
gl_FUNC_EXPL
+if test $HAVE_EXPL = 0; then
+ AC_LIBOBJ([expl])
+fi
gl_MATH_MODULE_INDICATOR([expl])
Makefile.am: