[clutter/wip/cogl-winsys-egl: 18/30] cogl/configure.ac: enable-gdl fix



commit f79be50ea678a627e463d810e45b11192942378d
Author: Robert Bragg <robert linux intel com>
Date:   Mon Apr 18 15:59:32 2011 +0100

    cogl/configure.ac: enable-gdl fix

 clutter/cogl/configure.ac |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/clutter/cogl/configure.ac b/clutter/cogl/configure.ac
index 367eeb3..2ae792d 100644
--- a/clutter/cogl/configure.ac
+++ b/clutter/cogl/configure.ac
@@ -453,8 +453,7 @@ AS_IF([test "x$enable_gdl_egl_platform" == "xyes"],
               [AC_MSG_ERROR([libgdl.h not found])])
           ])
 
-        AC_DEFINE([COGL_HAS_EGL_PLATFORM_GDL_SUPPORT], [1],
-                  [Cogl supports GDL based EGL platform typedefs])
+        COGL_DEFINES_SYMBOLS="$COGL_DEFINES_SYMBOLS COGL_HAS_EGL_PLATFORM_GDL_SUPPORT"
       ])
 AM_CONDITIONAL(SUPPORT_EGL_PLATFORM_GDL,
                [test "x$enable_gdl_egl_platform" = "xyes"])



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