[cairo-commit] configure.in

Dan Amelang dan at kemper.freedesktop.org
Sat Dec 2 11:25:13 PST 2006


 configure.in |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree 94e086b7b9f4129bde3e32b7005e2a33788f334a (from 392f27bf2b210aec6f511e5dba890d5f4c3b8802)
Author: Dan Amelang <dan at amelang.net>
Date:   Sat Dec 2 11:24:35 2006 -0800

    [configure] Fix --disable-some-floating-point to force value to 'no' if none given
    
    As suggested by Behdad here:
    
        http://lists.freedesktop.org/archives/cairo/2006-December/008700.html

diff --git a/configure.in b/configure.in
index 3588559..e62eeb8 100644
--- a/configure.in
+++ b/configure.in
@@ -784,7 +784,7 @@ if test "x$enableval" = "xno"; then
   # means 'yes' for $disable_some_floating_point.
   disable_some_floating_point=yes
 fi
-])
+], [disable_some_floating_point=no])
 
 AM_CONDITIONAL(DISABLE_SOME_FLOATING_POINT,
                test "x$disable_some_floating_point" = "xyes")


More information about the cairo-commit mailing list