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



commit 315067b6ac6e3ee109841026ddc49fbcbc759df0
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 0056a10..f909d8f 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@:>@],
@@ -1029,9 +1028,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]