[cogl/wip/standalone: 9/11] build: Use the correct variable to indicate of cogl-gles2 will be built



commit 49eb59299e0099f25715aac4f1369924387adf93
Author: Damien Lespiau <damien lespiau intel com>
Date:   Mon Sep 17 21:38:29 2012 +0100

    build: Use the correct variable to indicate of cogl-gles2 will be built
    
    Instead of using the variable to use in Makefile.ams.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 4cf1ee2..0565f12 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1251,7 +1251,7 @@ fi
 if test "x$SUPPORT_SDL" = "xyes"; then
 echo "        Support GLES under SDL: ${SUPPORT_SDL_GLES}"
 fi
-echo "        Build libcogl-gles2 GLES 2.0 frontend api: ${BUILD_COGL_GLES2}"
+echo "        Build libcogl-gles2 GLES 2.0 frontend api: ${enable_cogl_gles2}"
 echo "        Image backend: ${COGL_IMAGE_BACKEND}"
 echo "        Cogl Pango: ${enable_cogl_pango}"
 echo "        Profiling: ${enable_profile}"



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