X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=modules%2Ffrexp;h=2e896995e7a8a49fe42adf61b0d8bd210d26a83f;hb=13ebbbd5b53127e51b34532465119c97ec6c23ca;hp=7fae366dbe2acc1734c3de58d2132e1a94cae870;hpb=b17d7ac7df62c7c7f56fe857ed28151d8b0e4e28;p=pspp diff --git a/modules/frexp b/modules/frexp index 7fae366dbe..2e896995e7 100644 --- a/modules/frexp +++ b/modules/frexp @@ -7,10 +7,13 @@ m4/frexp.m4 Depends-on: math -isnand-nolibm +isnand-nolibm [test $gl_func_frexp != yes] configure.ac: gl_FUNC_FREXP +if test $gl_func_frexp != yes; then + AC_LIBOBJ([frexp]) +fi gl_MATH_MODULE_INDICATOR([frexp]) Makefile.am: