[clutter/wip/stereo: 3/6] build: remove the experimental_image var from configure



commit 2c60e8a8c6abb65aad785e4145a9c6263d4bc9fc
Author: Robert Bragg <robert linux intel com>
Date:   Thu Aug 4 16:09:00 2011 +0100

    build: remove the experimental_image var from configure
    
    Since the image backend is something now dealt with by Cogl there is no
    need to check the experimental status of the backend in the Clutter
    configure script.
    
    Reviewed-by: Neil Roberts <neil linux intel com>

 configure.ac |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index d89b7cb..f22810b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -180,7 +180,6 @@ CLUTTER_WINSYS_BASE=
 CLUTTER_WINSYS_BASE_LIB=
 CLUTTER_WINSYS=
 experimental_backend=no
-experimental_image=no
 
 AC_ARG_WITH([flavour],
             [AS_HELP_STRING([--with-flavour=@<:@glx/opengl-egl-xlib/wayland/eglx/eglnative/osx/win32/cex100@:>@],
@@ -1042,9 +1041,7 @@ fi
 echo ""
 
 # General warning about experimental features
-if test "x$experimental_backend" = "xyes" ||
-   test "x$experimental_image" = "xyes"
-then
+if test "x$experimental_backend" = "xyes"; then
 echo ""
 echo "âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ"
 echo " *WARNING*"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]