From 1f10195c47f9747dcd262879c84e614ae3d33cab Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 7 Mar 2010 22:12:33 -0800 Subject: Use powf when available --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 168b403a..1d7c8cce 100644 --- a/config.h.in +++ b/config.h.in @@ -31,6 +31,9 @@ /* Define if we have the stat function */ #cmakedefine HAVE_STAT +/* Define if we have the powf function */ +#cmakedefine HAVE_POWF + /* Define if we have the sqrtf function */ #cmakedefine HAVE_SQRTF -- cgit v1.2.3