X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ffloor;h=c4c71e9a3763103681d4e656ff7dfea6e1eef78e;hb=c0920188a9d9d5405cb9639d7ae07d9cae2161bf;hp=ee898d3cd6753c4f153b94af26a6249eb902c31b;hpb=8938f22cb374f04f265ac3a9d2cefdc44524d6e2;p=gnulib.git diff --git a/modules/floor b/modules/floor index ee898d3cd..c4c71e9a3 100644 --- a/modules/floor +++ b/modules/floor @@ -7,10 +7,13 @@ m4/floor.m4 Depends-on: math -float +float [test $REPLACE_FLOOR = 1] configure.ac: gl_FUNC_FLOOR +if test $REPLACE_FLOOR = 1; then + AC_LIBOBJ([floor]) +fi gl_MATH_MODULE_INDICATOR([floor]) Makefile.am: