From 22abbd284a52864610fca7e42d17f08845a8e26e Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 21 May 2011 11:36:27 +0200 Subject: 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. --- modules/expl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/expl') 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: -- cgit v1.2.1