X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Flogf;h=d4657a5cd8ce3f8361cc096ca56bafaaacfc8417;hb=6b8f1dd1a21ce49319795391e21adf645b64db3c;hp=7811af22f57726e369dcc7d08705e313a654a9ac;hpb=bf6909e5ca400414ed0730b7f64e48d04993936e;p=gnulib.git diff --git a/modules/logf b/modules/logf index 7811af22f..d4657a5cd 100644 --- a/modules/logf +++ b/modules/logf @@ -8,11 +8,11 @@ m4/logf.m4 Depends-on: math extensions -log [test $HAVE_LOGF = 0] +log [test $HAVE_LOGF = 0 || test $REPLACE_LOGF = 1] configure.ac: gl_FUNC_LOGF -if test $HAVE_LOGF = 0; then +if test $HAVE_LOGF = 0 || test $REPLACE_LOGF = 1; then AC_LIBOBJ([logf]) fi gl_MATH_MODULE_INDICATOR([logf])