X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ffrexpf;h=b4ecd88c1b32d2b440fbb0c66a3342a36e3b7653;hb=e7086a9a301ffcfef17edbcba9e7c0312c33f7a8;hp=057b304c1e8ce40c3f35c8b4752f65634436db66;hpb=579cd92ebf7e6c45259e041957042a7d9cf3ac26;p=gnulib.git diff --git a/modules/frexpf b/modules/frexpf index 057b304c1..b4ecd88c1 100644 --- a/modules/frexpf +++ b/modules/frexpf @@ -8,11 +8,12 @@ m4/mathfunc.m4 Depends-on: math -frexp [test $HAVE_FREXPF = 0] +extensions +frexp [test $HAVE_FREXPF = 0 || test $REPLACE_FREXPF = 1] configure.ac: gl_FUNC_FREXPF -if test $HAVE_FREXPF = 0; then +if test $HAVE_FREXPF = 0 || test $REPLACE_FREXPF = 1; then AC_LIBOBJ([frexpf]) fi gl_MATH_MODULE_INDICATOR([frexpf])