]> granicus.if.org Git - check/commit
autotools: fix floor() check
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Thu, 19 Jun 2014 01:53:30 +0000 (01:53 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Thu, 19 Jun 2014 01:53:30 +0000 (01:53 +0000)
commit59b542f66861bdf9fe15af4b8185ff1e65287a34
tree48c8c3b1e5c46b3335aaeb5812c0ef7e1f2ddec2
parent3daa906a030613b3f2ba950039ad233dab886ad7
autotools: fix floor() check

The floor check did not work properly on Solaris.

The check yields this in config.h:

   #define HAVE_FLOOR $HAVE_FLOOR

which results in the following build failure:

   "libcompat.h", line 127: token not allowed in directive: $

This fix is provided by Georg Sauthoff.

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@1144 64e312b2-a51f-0410-8e61-82d0ca0eb02a
AUTHORS
configure.ac