iswblank: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / frexpl
index 185d54dde231e8559b6c642a6503ad1aa540a063..9902aff0e0d2096140b59de62063bb4c9b8f35a8 100644 (file)
@@ -8,11 +8,14 @@ m4/frexpl.m4
 
 Depends-on:
 math
-isnanl-nolibm
-fpucw
+isnanl-nolibm   [test $HAVE_DECL_FREXPL = 0 || test $gl_func_frexpl = no]
+fpucw           [test $HAVE_DECL_FREXPL = 0 || test $gl_func_frexpl = no]
 
 configure.ac:
 gl_FUNC_FREXPL
+if test $HAVE_DECL_FREXPL = 0 || test $gl_func_frexpl = no; then
+  AC_LIBOBJ([frexpl])
+fi
 gl_MATH_MODULE_INDICATOR([frexpl])
 
 Makefile.am: